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 1 of 3.
Popular topic
Amp
Trending repository
-
Updated
Sep 2, 2021 - Python
Trending repository
-
Updated
Aug 31, 2021 - Python
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
-
Updated
Sep 1, 2021 - Python
Trending repository
-
Updated
Sep 1, 2021 - Jupyter Notebook
Collection recommended by GitHub
Made in India
Open source projects built in or receiving significant contributions from India :india:
App recommended by GitHub
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
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
Sep 1, 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 2, 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
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.


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