shaolo1

Results 11 comments of shaolo1

There is an updated patch attached to https://bugs.launchpad.net/ubuntu/+source/cuetools/+bug/896978/comments/5

I've got a simple struct that I need to deepcopy. I'm trying to figure out how to pickle my struct (after getting the TypeError: cannot pickle error). The gist above...

@davidhewitt Thanks. I'll try that if I encounter it again. I got around the problem by just implementing __deepcopy__ in the parent object and handling the copy there so that...

I'm using Quart, which uses h11. The app I'm working on is not quite ready to be published. I've got it working with Flask, but the tv won't respond to...

Interestingly enough its completely happy with b'HTTP/1.1 200 foo\r\n' or b'HTTP/1.1 206 foo\r\n'

I finally got around to posting the app I mentioned that has the problem on my tv. https://github.com/shaolo1/VideoServer. I've temporarily monkey patched the h11 issue to get it working.

> @shaolo1 thank you for opening this issue! > > I don't think this is a false positive, but perhaps the error message could be improved to better indicate what's...

> @shaolo1 thank you for opening this issue! > > I don't think this is a false positive, but perhaps the error message could be improved to better indicate what's...

Not sure if it is specific to Ubuntu or not, but had to use command: export RUST_BACKTRACE=1 sudo -E bash -c '/home/foov/venv_311/bin/py-spy top --nonblocking --pid 417984' thread '' panicked at...

...with RUST_BACKTRACE=full thread '' panicked at 'index out of bounds: the len is 3 but the index is 3', src/python_interpreters.rs:296:20 stack backtrace: 0: 0x7fea05c01dfd - std::backtrace_rs::backtrace::libunwind::trace::hc5376e1f9e4c14fa at /rustc/e092d0b6b43f2de967af0887873151bb1c0b18d3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x7fea05c01dfd...