Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 6, 2022 - C
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
Trending repository
文本中如果有数字读不出来
Trending repository
What about History?
Histories make men wise.
What about Network ?
Upcoming event recommended by GitHub
Kansas City Developer Conference 2022
August 08, 2022 - August 10, 2022 • Kansas City, MO
Trending repository
要是能添加国外的手机号就更吊了!!!!
Trending repository
-
Updated
Jul 7, 2022 - Python
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
webapp.io
Ship code faster with webapp.io
Developers move much faster using webapp.io to get per-branch review & E2E testing environments.
- Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
- Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like
npm installover and over again.
Trending repository
Trending repository
-
Updated
Jul 7, 2022 - Python
Trending repository
-
Updated
Jul 7, 2022 - C++
Trending repository
Trending repository
-
Updated
Jul 7, 2022 - TypeScript
Trending repository
-
Updated
Jul 6, 2022 - JavaScript
Trending repository
-
Updated
Jun 27, 2022 - Python
Trending repository
-
Updated
Jun 23, 2022 - Swift
Trending repository
-
Updated
Jul 7, 2022 - C
Trending repository
-
Updated
Jul 7, 2022 - Swift
Trending repository
A QuorumDriver will be a stateless component that exposes a single API: execute_transaction. It takes a transaction, and does the two-step process of taking a raw transaction to certified effects in the end, by communicating with a quorum of validators.
The creation of this component also returns a channel which the caller can subscribe for cert+effects combos.
The API can also support 3 diffe
Trending repository
Whenever we switch to the database plugin or if we click on the refresh button
connection.receive(
DATABASE_LIST_COMMAND,
....
is called thus, the info about our database is updated in the desktop client.
Is it possible to do the other way around, that is, notify the client that it should update the UI because our database has changed, thus not requiring to press the refr
Trending repository
The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks should be used for and how they work.
The Schematics for libraries page on angular.io [demonstrates an example for adding a task](https://angular.io/guide/schematics-f
Trending repository
The example in the documentation for Style/GuardClause is misleading because mentioned bad and good version don#t match execution.
It says
# bad
if something
foo || raise('exception')
else
ok
end
# good
foo || raise('exception') if something
ok
However both versions behave differently and bad can't be replaced by good.
Imagine something being true and `f
Trending repository
-
Updated
Jul 7, 2022 - Python
Trending repository
Trending repository
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
Trending repository
-
Updated
Jul 7, 2022 - TypeScript
Trending repository
-
Updated
Jul 7, 2022 - PowerShell
App recommended by GitHub
GitLive
Extend GitHub with real-time collaborative superpowers
Extend your IDE with the real-time features remote development teams need to work together effectively. See what your teammates are working on and get notified of merge conflicts before you commit. Make video calls and code together live, VS Code to JetBrains.
Currently,

path.joinhas a failing test:These tests are taken from Node, so it likely is a real bug
The code implementing
path.joinis in this file: https://github.com/Jarred-Sumner/bun/blob/701d6ec45d7e339b352b37869bd2a7d4849b35fb/src/resolver/resolve