Cameron Conn
Cameron Conn
Looks great so far, awesome job! I made some quick observations, but please take them with a grain of salt. The `comptime` code may be able to merged into the...
Personally, I like the way django does it. The idea of using an internal plugin is quite nice and should be trivial to implement. ``` python @my_app.route('/') def home_page(request): return...
I looked around in the bottle docs, and the `BaseResponse.set_cookie` behavior is well defined. However, `static_file` is only documented in bottle.py right now, and has no reference in the docs...
Sorry for necro-bumping, but I tried the "workaround" mentioned in the other thread and it doesn't work, so there's underlying incompatibility with Onivim as well (likely listed in #1058). I'm...
I was able to bypass this issue by commenting out lines 455-461 in [processor.py](https://github.com/rharkanson/pyriscope/blob/4173366f5a89100ff1069f40b339824f5b80f18f/pyriscope/processor.py#L455). Just run `python3 -m pyriscope https://www.periscope.tv/w/myperiscopeurl`.
@jbaublitz I did a little research reading Linux's documentation and the sources of `kernel/audit*.c` and here's what I found: 1. There are no docs or specs on how audit messages...
@jbaublitz > the omission of the length of the header is the cause of the panics. That's my impression of what's causing the panic. The tail end of the packet...