Here's what's popular on GitHub today...
Trending repository
Doing something like the following:
const api = /* create api */
api.addLambdaDataSource(
"lambda-name-ds",
/* lambda */,
);
does not remove the - from the id name, causing the deploy to fail with:
Property validation failure: [Value for property {/Name} does not match pattern {[_A-Za-z][_0-9A-Za-z]*}]
And if we look at the resulting stac
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
Trending repository
-
Updated
Sep 4, 2021 - Python
Trending repository
-
Updated
Sep 2, 2021 - Jupyter Notebook
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
-
Updated
Sep 3, 2021 - Rust
Trending repository
-
Updated
Sep 1, 2021 - C++
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Meercode | CI Monitoring
Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.
Trending repository
-
Updated
Sep 2, 2021 - JavaScript
Trending repository
-
Updated
Aug 27, 2021 - C#
Trending repository
-
Updated
Sep 3, 2021 - Python
Trending repository
-
Updated
Apr 13, 2021 - Python
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
Trending repository
-
Updated
Sep 2, 2021 - Java
Trending repository
-
Updated
Sep 3, 2021 - C++
Trending repository
-
Updated
Aug 7, 2021 - TeX
Trending repository
We need to correctly display that there was an issue when a redemption fails for some reason.
Trending repository
-
Updated
Sep 3, 2021 - JavaScript
Trending repository
-
Updated
Sep 3, 2021 - Python
Trending repository
Trending repository
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
or only Idea
Description
Enable to create shared volumes at the Pod level like in the Kubernetes Pod
Currently, Podman volumes can be shared via podman run --mounts-from, i.e only at the container level. On other hand, Kubernetes allows share volumes uniformly mounted by all Pod's containers. I
Trending repository
-
Updated
Aug 26, 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
Trending repository
-
Updated
Sep 3, 2021 - JavaScript
Trending repository
-
Updated
Sep 3, 2021 - Python
Trending repository
-
Updated
Aug 29, 2021 - JavaScript
App recommended by GitHub
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist