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 2 of 3.
Popular topic
PWA
Trending repository
-
Updated
Aug 31, 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 31, 2021 - Jupyter Notebook
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Testspace.com
Testspace is a Dashboard for publishing automated test results and a Framework for implementing manual tests as code using GitHub.
- Publish large volumes of test results with a single command
- Improve process with built-in metrics, graphs, reports, analytics, and insights
- Auto-detect Flaky tests
- Implement Manual tests as code
- Include Exploratory testing in your sessions
Trending repository
-
Updated
Aug 31, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
-
Updated
Aug 31, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - Python
Trending repository
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
-
Updated
Aug 31, 2021
Trending repository
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
Trending repository
-
Updated
Aug 31, 2021 - Python
Trending repository
Zoom
Lite-xl doesn't remember how i left the zoom level,
I mean when i use it i zoom it a little bit for readability and when i quit and reopen it, that time it doesn't remember how i left it off that is the zoom level.
Trending repository
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
-
Updated
Aug 30, 2021 - C++
Trending repository
-
Updated
Aug 31, 2021 - Java
Trending repository
-
Updated
Aug 31, 2021 - C
Trending repository
-
Updated
Aug 31, 2021 - PHP
Trending repository
-
Updated
Aug 31, 2021 - Kotlin
Trending repository
-
Updated
Aug 31, 2021 - TypeScript
Trending repository
-
Updated
Aug 29, 2021 - Hack
Trending repository
-
Updated
Aug 31, 2021 - Python
App recommended by GitHub
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
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