Here's what's popular on GitHub today...
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
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
Emacs
Trending repository
-
Updated
Aug 31, 2021 - Java
Trending repository
There are many inactive PRs that have already been revised and with their APIs according to our addition criteria. These PRs are just waiting for some correction that was requested by one of the maintainers, and as they are inactive PRs, they will likely not be done.
Inactive PRs must be closed and their APIs added if they still meet our criteria.
Maintainers can add the APIs of these PRs in
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
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.
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
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.
Trending repository
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
-
Updated
Aug 31, 2021 - Jupyter Notebook
Trending repository
-
Updated
Aug 31, 2021 - C++
Trending repository
Trending repository
-
Updated
Aug 31, 2021
Trending repository
Trending repository
-
Updated
Aug 30, 2021 - Ruby
Trending repository
-
Updated
Sep 1, 2021 - Python
Trending repository
-
Updated
Sep 1, 2021
Trending repository
We need to correctly display that there was an issue when a redemption fails for some reason.
Trending repository
-
Updated
Sep 1, 2021
Trending repository
-
Updated
Aug 13, 2021
Trending repository
Trending repository
-
Updated
Aug 31, 2021 - C#
Trending repository
-
Updated
Aug 28, 2021 - Go
Trending repository
-
Updated
Aug 31, 2021 - TypeScript
Trending repository
-
Updated
Aug 27, 2021 - JavaScript
Trending repository
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example:
TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an erTrending repository
Add CMake aliases
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_main
This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
App recommended by GitHub
PullRequest
Increase velocity and reduce technical debt through code review by world-class engineers backed by automation. PullRequest provides code review with inline comments directly on your pull requests in GitHub.
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