-
Updated
Jun 1, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.
iOS
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 31, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
-
Updated
May 31, 2020 - C++
-
Updated
May 29, 2020
-
Updated
May 31, 2020
-
Updated
May 31, 2020 - JavaScript
-
Updated
Jun 1, 2020 - Python
Describe the feature you want
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
See this comment:
xi-editor/xi-editor#1056 (comment)
-
Updated
May 30, 2020
-
Updated
May 31, 2020 - CSS
While looking at the code, I noticed there are several failure paths in the QuicPacketBuilderFinalize function that don't result in the current packet metadata being cleaned up. It could have a reference to a stream, which doesn't get released. This will at best leak additional memory, and at worst cause a hang in clean up.
-
Updated
May 31, 2020 - Vue
-
Updated
May 31, 2020 - Swift
Godot version:
3.2
OS/device including version:
windows 10
Issue description:
if the translation is empty ("") in a certain language, the server returns the key (po files), a single quote " (csv), or the english translation if left empty without quotes. It does not seem consistent. From a developers viewpoint it should just return whatever is there (automation always being a s
Hi,
I am trying to load a CSV with no header using
df = vaex.open('data/star0000-1.csv',sep=",", header=None, error_bad_lines=False)
but I get
could not convert column 0, error: TypeError('getattr(): attribute name must be string'), will try to convert it to string
Giving up column 0, error: TypeError('getattr(): attribute name must be string')
could not convert column
Is your feature request related to a problem? Please describe.
Because manipulating kubernetes often requires changing configmap and/or secrets, it is fair to presume that one would use the create/edit feature to enter sensitive informatio
-
Updated
Jun 1, 2020 - Python
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);
});Describe the bug
When vi-mode is enabled, shift+tab does not cycle backwards through the autocomplete suggestions.
If vi-mode is removed from the plugins, `shift+ta
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.

An extra null pointer check is not needed in functions like the following.