Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 12, 2020 - C++
Express
Sorry for writing that here but in the Xamarin.Forms Wiki page -> Feature Roadmap the web link to the contributing guide is broken. It returns 404.
See:
Have a proposal?
Check out our guide on submitting proposals.
I would be interested to read this guide.
F
-
Updated
Jun 11, 2020 - Java
-
Updated
Jun 12, 2020 - Python
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
-
Updated
Jun 12, 2020
Description
When you click (1 time) on any search result, the file is opened in edit mode, not preview one.
Reproduction Steps
Ctrl+Shift+F- Search for anything
- Click on a result
OS and Theia version:
OS: Ubuntu 19.10
Theia: master
Diagnostics:
-
Updated
Jun 12, 2020 - JavaScript
iOS
As a new iOS user, I'd love to see some "less than apple approved" things going on the iOS platform. Can we get a list going?
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
May 26, 2020
-
Updated
Jun 12, 2020
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 9, 2020 - Python
-
Updated
Jun 12, 2020 - Java
Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
Expected behavior
When non-default allocator is chosen (jemalloc or tcmalloc), the presence of malloc_usable_size() in that particular allocator should be used to decide the v
-
Updated
Jun 1, 2020 - PHP
Based on the docs here https://github.com/microsoft/playwright/blob/master/docs/api.md#class-browsercontext we cannot delete a certain cookie, is there any consideration to have that kind of feature?
-
Updated
Jun 12, 2020
Wiki?
Would you consider opening a public Wiki under this project to help document the effect of each option has in Windows? Most of the function names are pretty self-explanatory but I think Wiki with some screenshots could help remove any doubt.
Thanks for creating this!
Issue Description
Ghost now involves installing ghost-cli globally. At this point I haven't figured out if that's even possible to do with App Engine.
For some use-cases, Xor filters are supposed to be faster and smaller than Bloom and Cuckoo filters.
Recently, support for strings was added to the xorfilter Rust crate:
https://github.com/bnclabs/xorfilter/blob/master/tests/xorfilter.rs#L56
We should test that to see if they make our wasm binary smaller.
If someone wants to give this a shot, please write
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.


The
checkLengthandcheckEmailfunctions inside "Event listeners" follow immediately after thecheckRequiredfunction.If the input field is empty, the "field is required" message is immediately overwritten with a message like "user name must be at least 3 characters".
My solution is to return true or false for the showSuccess and showError functions and, depending on the result of t