-
Need to create an MVP build pipeline, eventually this should be productionalized.
For now, here's what we need for each item (subject to revision):
--Functionality works as expected
--Names/ver…
-
How can I add a new project the way it is described in Django tutorials.
`python manage.py startapp myapp`
I replaced used main.py for this command, but it gives me an error
```
Traceback (most rec…
-
```
09:05:53 [aaron:~] 3s $ curl -s ssh.keychain.io/aaron@heyaaron.com/all
Traceback (most recent call last):
File "/app/.heroku/python/lib/python2.7/site-packages/eventlet/wsgi.py", line 382, in ha…
-
**Steps to reproduce**
When I use opentelemetry in python3, sometimes I got duplicate span .
these code used to create tracer:
```
from opentelemetry import trace, version
from …
-
I'm serving dynamically generated files with my WSGI application and are streaming them to the client. When I apply the wsgi-request-logger middleware the files are empty. The reason is that when you …
-
When I run python api.py, and start keras program with remote callbacks, I got these message:
::ffff:127.0.0.1 - - [2017-02-14 11:51:15] "POST //publish/epoch/end/ HTTP/1.1" 500 161 0.000479
Trace…
-
**Describe the bug**
I cannot login to the monitoring dashboard with any username/password combination. I am not sure if I'm missing something. Do I need to have the monitoring dashboard database set…
-
```
.local/lib/python3.9/site-packages/hug/api.py:500: DeprecatedWarning: Call to deprecated function __init__(...). API >
module.__hug_wsgi__ = module.__hug__.http.server()
```
I was starting…
-
## BUG/PROBLEM REPORT / FEATURE REQUEST
### What I did:
1. `python3.9 -m pip download --no-deps fanstatic --only-binary :all:`
2. `unzip fanstatic-1.4-py3-none-any.whl`
### What I expect to …
-
We are experiencing problems with apache reload or restarts user process threads with the result that it dumps the entire file contents into apache error.log. T
This is when a user is uploading via…