Here's what's popular on GitHub today...
Trending repository
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
Game Bytes
We take a look at 30 fantastic, free, and open source Linux games, their communities, and their stories. Part 2 of 3.
Popular topic
Django
Trending repository
-
Updated
Sep 1, 2021 - Python
Trending repository
-
Updated
Aug 31, 2021 - Python
Upcoming event recommended by GitHub
js13kGames competition
August 13, 2021 - September 13, 2021 • Online
Trending repository
-
Updated
Sep 1, 2021 - Python
Trending repository
-
Updated
Sep 1, 2021 - Jupyter Notebook
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
Trending repository
Trending repository
-
Updated
Sep 1, 2021 - Python
Trending repository
Problem
The explorer doesn't support NFT details pages for users and developers to see information about a particular NFT. For example, this NFT just displays that it is an "unknown token".
https://explorer.solana.com/address/HPMmsBeHdAproBh6iA8p3akjkUM1kdaY2iRiZmZj2Wsz
<img width="763" alt="Screen Shot 2021-08-30 at 9 04 30 PM" src="https://user-images.githubusercontent.com/1076145/1314
Trending repository
-
Updated
Aug 27, 2021 - Shell
Trending repository
We badly started implementing some props mutation.
There are usually two cases:
- The props are injected via root component
propsData - The props are used inside a vue app
Solution 1
Migrate the propsData (usually initial-states) to the root .vue file away from the .js entry point
Solution 2
Use a sync modifier and change the data flow according to vue documentations
Trending repository
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
-
Updated
Sep 1, 2021 - JavaScript
Trending repository
-
Updated
Sep 1, 2021 - CSS
Trending repository
-
Updated
Aug 31, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - HTML
Trending repository
-
Updated
Sep 1, 2021 - JavaScript
Trending repository
We need to correctly display that there was an issue when a redemption fails for some reason.
Trending repository
-
Updated
Aug 27, 2021 - C#
Trending repository
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
First of all thanks for sharing this amazing library!
I was wondering, is Recoil glitch-free?
Many other reactive frameworks - like RxJS - don't have a synchronous dataflow architecture, so updates happen in the order of subscription, and not per se in the correct dependency order (like [FlapJAX](http://cs.brown.edu/~sk/Publicati
Trending repository
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
Trending repository
-
Updated
Sep 1, 2021 - C++
Trending repository
-
Updated
Sep 1, 2021 - AutoIt
Trending repository
Documentation Feedback
Describe how to use chips with forms: reactive and template-driven. Add examples
Affected documentation page: https://material.angular.io/components/chips/overview
App recommended by GitHub
POEditor
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.


The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app