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
MongoDB
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
30 Minutes to Merge: Accelerate shipping with GitHub Projects
August 24, 2022 • Online
Trending repository
-
Updated
Jun 30, 2022
Trending repository
-
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
Code Review Doctor
Python and Django code review tool that offers the fix right inside your PR
- Fix more bugs during code review before they are merged
- Reduce the toil of code review and prevent mistakes
- Improve team agility through better code quality
- Up-skill junior developers with learning resources
- Enhance the security and improve performance of your Django website
- Setup in 10 seconds and nothing to install or update
- Airtight privacy policy and security guaranteed
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
-
Updated
Jun 30, 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
-
Updated
Jul 1, 2022 - TypeScript
Trending repository
-
Updated
Jul 1, 2022 - C#
Trending repository
Describe the Bug
A repeater with two input fields generates an OpenAPI spec that indicates the return value is a list of strings:
list:
nullable: true
type: array
items:
type: string
When actually it returns a list of objects:
[
{ title: 'a title', text: 'a text' },
{ title: 'another title', text: 'another text'}
]
The repeater:
Trending repository
-
Updated
Jun 29, 2022 - Python
Trending repository
-
Updated
Jul 1, 2022 - Java
Trending repository
-
Updated
Jun 30, 2022
Trending repository
-
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
-
Updated
Jul 1, 2022 - Python
Trending repository
-
Updated
Jun 30, 2022 - Jinja
Trending repository
Trending repository
-
Updated
Jun 30, 2022 - HTML
App recommended by GitHub
Repography
Repography allows you to create graphical dashboards you can embed in your README.md, and also to turn your project into a beautiful data visualization posters for your home or office.
Feature request
Overview
Currently, the
DELETE
operation 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.scala
is explicitly returning an emptyDataFrame
[here](https://g