-
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.
Firebase
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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled 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 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
Renovate
Multi-language Dependency Automation
- Automatically update dependencies using convenient Pull Requests
- Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
- Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
- Supports shared presets as code, similar to eslint shared configs
An extra null pointer check is not needed in functions like the following.