-
Put the libs or projects that might be useful for this project here
A go command line lib https://github.com/codegangsta/cli
Awesome collections https://github.com/avelino/awesome-go
A cli tool …
-
Sometimes the same call succeeds and sometimes it returns a 500 error that looks like this:
```
________________________________________________________________ TestDocverter.test_basic_conversion_fr…
-
I see the following errors during the initial setup, not sure if these are already addressed?
```Building wheels for collected packages: multidict
Building wheel for multidict (PEP 517): start…
-
🐞 **Describe the bug**
Aiohttp server redirects ( triggered through "raise HTTPFound(...)") fail sometimes, depending on the final webserver targeted by the redirect, when the URL includes a question…
-
In HTTP it allows multiple headers with the same name. However, when I went to test
webapp that seems to break when IE10 sends multiple cookie headers, I can't use httpie to test it as it only puts …
-
There's no obvious way to easily open and send the output to your default browser. I hope I don't have to go through the tedious and error prone method which involves downloading to a file and sending…
-
**Is your feature request related to a problem? Please describe.**
As a user, I'd like to have application level multi-tenancy, like pulp_file and pulp_rpm has.
**Describe the solution you'd like*…
-
## Description
We have a mult-site multi-language setup with the default language English (`en`). Two of the seven sites are German only (`de`).
One of these two sites causes an error when `en…
-
for 3rd parties to interact with melpa, there is only archives.json
if melpa provides a simple json api to search & get information about packages, it would be lot better
-
The output from `org.junit.platform.console.ConsoleLauncher` says
```
[INFO] [exec] Thanks for using JUnit! Support its development at https://junit.org/sponsoring
```
but the page redirect…