-
When I try do delelte an "alternate version" the following error occurs, and everpad hangs:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 77,…
-
Version 6.0.100 of dotnet sdk just showed a 'bus error', but after upgrading to 6.0.302 revealed that it is actually a stack overflow exception from PythonNet.
```
Stack overflow.
at Python.Ru…
-
can you please add calculate_2fa function from grammers crypto?
https://github.com/Lonami/grammers/blob/master/lib/grammers-crypto/src/two_factor_auth.rs#L32
-
```
======================================================================
ERROR: testNotLoggedIn (__main__.WorkQueueOnlyTest)
----------------------------------------------------------------------
T…
-
```
Hello, I got this error when playing with a tiff image
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/guiqwt/histogram.py", line 364, in set_full_range
imin, imax…
-
Hi! Awesome project.
I'm currently working on Python bindings for a Rust library. I occasionally have to call small Python snippets from the Rust code. This library would be a very elegant solution t…
-
```
I checked out django-profile and installed it in ubuntu with
sudo python setup.py install
When I ran the demo server and went to localhost:8000/accounts it gives the
error pasted at the end of…
-
```
What steps will reproduce the problem?
(run tcpdump and pipe the output to stdin)
packet_capture = dpkt.pcap.Reader(sys.stdin)
iter(packet_capture).next()
What is the expected output? What do yo…
-
```
What steps will reproduce the problem?
(run tcpdump and pipe the output to stdin)
packet_capture = dpkt.pcap.Reader(sys.stdin)
iter(packet_capture).next()
What is the expected output? What do yo…
-
```
Please type example code that produces the issue:
Mopidy tried registering a "now playing" event using pylast, but pylast failed,
probably because of a misformed response from Last.fm. From Mopi…