Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Babel
it is not clear from the documentation what the different middleware option mean.
What is the difference between registry, repository and storage?
Our Nodes have a a few hundred GB of unused disk and we want to use that and create a caching middleware that stores fresh and popular image layers.
For me it is not clear what op
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
Jun 7, 2020 - Jupyter Notebook
-
Updated
Jun 10, 2020 - C
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!
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
-
Updated
Jun 10, 2020 - C++
Description:
When using the "Test Connection" to check if a configured LDAP connection is working properly, the success message is missing from i18n.
Steps to reproduce:
- Setup working LDAP connection
- Click "Test Connection"
Expected behavior:
Should have a proper translation
Actual behavior:
.
- Give
findOneaccess to the public. - Send a request to
/resource-name/any-invalid-id.
Expected behavior
404 response.
**Sys
It doesn't seem intuitive to me that Aes is a stateless object. You can create an instance of it with a BlockMode, which seems to imply to me that several encrypt/decrypt of the same data would produce different results each time.
If Aes is going to remain stateless, it would be nice to be explicity about this in the docs.
The Dockerfile best practices suggest services should be run with a non-root user. The current documentation and samples do not discuss or show the Dockerfile best practices around USER. They should be updated to illustrate the best practices.
Feature request
I found that phpstan doesn't understand psalms numeric-string type (see https://psalm.dev/docs/annotating_code/type_syntax/scalar_types/#numeric-string)
It would be nice to support it.
here is playground link
https://phpstan.org/r/9e26dfae-706f-4e3a
e.g. /outline new This is the title
Outline should respond in the channel with an attachment for the newly created document
-
Updated
Jun 9, 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
Where's the instructions to convert interface type to protobuf and reverse it?
Can you put on the front page of this project? Where's the tutorial link?
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);
});Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.
-
Updated
Jun 10, 2020 - C++
Current behavior:
We use --env variable to pass some environment variables to cypress, when it's running both in headless and headed mode.
One of the parameters is a hash (mix of numbers and characters). Surprisingly some specific hash values make cypress to fail reading this value from the command line (e.g. 769e98018). The corresponding environment variable is not set and the `Cyp
Problem
torchvision has quite a few transforms, but I often find myself using the wrong one because the I misread/just skimmed the doc strings.
Solution
I'm suggesting to add examples / visualizations for each transform. This way it's easier to know what a given transform does.
After this improvement there should be an example (maybe a few where it makes sense) for each transform in
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.


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