Here's what's popular on GitHub today...
Trending repository
-
Updated
Aug 27, 2021 - Shell
Popular topic
Ruby
Trending repository
-
Updated
Aug 30, 2021 - Python
Trending repository
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
Upcoming event recommended by GitHub
js13kGames competition
August 13, 2021 - September 13, 2021 • Online
Trending repository
-
Updated
Aug 30, 2021 - C++
Trending repository
-
Updated
Aug 29, 2021 - Jupyter Notebook
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
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.
Trending repository
-
Updated
Aug 30, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
-
Updated
Aug 27, 2021 - Python
Trending repository
-
Updated
Aug 28, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
-
Updated
Aug 29, 2021
Trending repository
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
Trending repository
-
Updated
Aug 29, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - Lua
Trending repository
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
-
Updated
Aug 30, 2021 - C++
Trending repository
-
Updated
Aug 30, 2021 - Java
Trending repository
-
Updated
Aug 30, 2021 - C
Trending repository
-
Updated
Aug 28, 2021 - PHP
Trending repository
-
Updated
Aug 30, 2021 - Kotlin
Trending repository
-
Updated
Aug 29, 2021 - TypeScript
Trending repository
-
Updated
Aug 29, 2021 - Hack
Trending repository
-
Updated
Apr 9, 2021 - Python
App recommended by GitHub
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations