-
Updated
May 30, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Grove Guardian is a unique tower defense-style game created for the recent Ludum Dare game jam. Playable on Windows.
Mastodon
Common description
Some of the descriptions
- Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
- Excalidraw is a whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel.
- Virtual whiteboard for sketching hand-drawn like diagrams.
- Excalidraw is a virtual collaborative whiteboard tool to sketch diagrams with
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 25, 2020 - C++
-
Updated
May 30, 2020 - TypeScript
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
Description
in the example below when you the view transitions out the scrollview heights jumps while the view itself fades out normally,
Code
https://snack.expo.io/@aeid/nervous-macaroni-and-cheese
Package versions
- React: 16.9.0
- React Native: 62.0
- React Native Reanimated: ^1.7.1
and the versions in the above snack.
-
Updated
May 30, 2020 - JavaScript
https://github.com/gcanti/fp-ts/blob/master/docs/modules/ReaderEither.ts.md#local-function
I am not sure why it is used.
Needs some research.
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
Description of the problem or steps to reproduce
I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to
Describe the feature you want
-
Updated
Apr 16, 2020
-
Updated
May 30, 2020 - Python
Describe the bug
After following the instructions for enabling shell completion I still can’t get the completion functionality to work. I’ve tried both the eval and Homebrew options. I’m on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.
Steps to reproduce the behavior
- Add the Homebrew completion [snippet](https://do
-
Updated
May 30, 2020 - Jupyter Notebook
The mock cookbook advises adding a backdoor to delegate on a mock's parent. But the parent can be called directly:
ON_CALL(foo, Concrete).WillByDefault([&foo](const char* str) {
return foo.Foo::Concrete(str);
});-
Updated
May 28, 2020 - Jupyter Notebook
This function would be nice, showing the total damage you did to your team (thus preventing you from taking a suspension for TK), and showing the damage your allies did to each other (Also giving information in case you are trolling, being able to ban allies.)
It's a pretty stupid function, but it's cool.
Discuss: https://www.unknowncheats.me/forum/counterstrike-global-offensive/307950-team
Add features list
-
Updated
May 29, 2020 - JavaScript
-
Updated
May 30, 2020 - JavaScript
Use Case
Please provide a use case to help us understand your request in context
The Kubernetes Job tasks in our task library mimic the Kubernetes API, but an expected 'normal' use case of them is composed of several steps, namely creating a namespaced job, polling for it to complete, and deleting the job at the end. Right now no task in the task library knows how to poll for job status, an
-
Updated
May 25, 2020 - Jupyter Notebook
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.
An extra null pointer check is not needed in functions like the following.