-
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...
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 31, 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!
WhiteSource Bolt
We'll help you harness the power of open source without compromising on security or agility!
WhiteSource Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.
We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.
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 31, 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
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
An extra null pointer check is not needed in functions like the following.