Here's what's popular on GitHub today...
Trending repository
On the homepage at https://fresh.deno.dev/, viewed in Chrome on iOS iPhone 12, when tapping either of the Example’s plus or minus buttons repeatedly, if your tap speed hits the double-tap threshold the screen zooms unexpectedly to the width of the current number and the button you pressed. On zoom in the two increment/decrement presses are counted, then the zoom happens, on zoom out the zoom out h
The Download
On this episode of The Download, Christina is back in another newish location, and here with the latest developer and open source project news.
Popular topic
R
Trending repository
Describe the issue or request
A clear and concise description or request for enhancement.
Additional context
Add any other context about the problem here.
Trending repository
-
Updated
May 8, 2022
Upcoming event recommended by GitHub
Git Merge 2022
September 14, 2022 - September 15, 2022 • Chicago, IL
Trending repository
A list of search engines useful during Penetration testing, vulnerability assessments, red team operations, bug bounty and more
-
Updated
Jun 30, 2022
Trending repository
8亿QQ绑定数据泄露查询源码,附送数据。不定期更新下载地址 关注越多送的越多
-
Updated
Nov 5, 2021 - CSS
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
Trending repository
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
Trending repository
An open-source C++ library developed and used at Facebook.
-
Updated
Jun 29, 2022 - C++
Trending repository
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
Trending repository
-
Updated
Jun 28, 2022 - Python
Trending repository
Trending repository
Trending repository
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
-
Updated
Jun 30, 2022 - TypeScript
Trending repository
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Updated
Jun 30, 2022 - C#
Trending repository
Discussed in directus/directus#14048
Originally posted by ddelyon June 22, 2022
Loving the Flows functionality in 9.12.2, incredible effort folks!! Thank you so much!
In exploring what it can do, I have hit upon a problem I cannot solve, so hoping for some advice as I may not have the understanding I need.
Trending repository
List of awesome open source hardware projects
-
Updated
Jun 29, 2022 - Python
Trending repository
-
Updated
Jun 30, 2022 - Java
Trending repository
A collection of various awesome lists for hackers, pentesters and security researchers
-
Updated
Jun 30, 2022
Trending repository
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
-
Updated
Jun 29, 2022 - Shell
Trending repository
Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').
Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.
Trending repository
Describe the feature you'd like to request
Want to be able to create NextJs v12.x application, instrumented with sentry-javascript v7.x on Vercel. With all the new features of both respectively. Including new features and fixes, listed in both release notes respectively.
Describe the solution you'd like
The with-sentry example application should be default latest version of NextJs
Trending repository
min(DALL·E) is a minimal implementation of DALL·E Mini in PyTorch
-
Updated
Jun 30, 2022 - Python
Trending repository
Deploy a Production Ready Kubernetes Cluster
-
Updated
Jun 30, 2022 - Jinja
Trending repository
Trending repository
《Software Engineering at Google》的中文翻译版本
-
Updated
Jun 30, 2022 - HTML
App recommended by GitHub
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.


Feature request
Overview
Currently, the
DELETEoperation returns an empty result. It would be more useful if it returned the number of deleted rows.Motivation
The number of deleted rows is an obvious metric that users would want from a delete operation.
Further details
Currently,
DeleteCommand.scalais explicitly returning an emptyDataFrame[here](https://g