-
Updated
May 13, 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...
Jump and roll your way to victory be evading a persistent sushi master in this entry from the most recent Ludum Dare game jam. Playble in your browser and available for Windows, macOS, Linux and Android.
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 29, 2020 - TypeScript
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
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 25, 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
Dependabot Preview
Dependabot helps you keep your dependencies up to date. It works with most popular languages.
Every day, Dependabot checks your dependency files for outdated requirements and opens individual pull requests for any it finds. You review the PRs, merge them, and get to work on the latest, most secure releases.
Dependabot is owned and maintained by GitHub. Dependabot Preview is a public beta for functionality that we are integrating directly into GitHub.
An extra null pointer check is not needed in functions like the following.