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
Ubuntu
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
App recommended by GitHub
Rollbar
Helping development teams proactively discover, predict, and remediate errors with real-time, AI-assisted workflows.
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 2, 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
Review Notebook App
[If unable to purchase via GitHub marketplace, write to [email protected] to set up an account]
Join hundreds of companies in using ReviewNB for notebook code reviews,
- Rich diffs for easy version control
- Commenting to discuss changes
- Conversation threads to track all open discussions
Fill the form for Enterprise plan
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