Here's what's popular on GitHub today...
Trending repository
-
Updated
Aug 27, 2021 - Shell
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
PICO-8
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
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
-
Updated
Aug 30, 2021 - C++
Trending repository
-
Updated
Aug 29, 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
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
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 30, 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 30, 2021 - TypeScript
Trending repository
-
Updated
Aug 29, 2021 - Hack
Trending repository
-
Updated
Apr 9, 2021 - Python
App recommended by GitHub
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
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