Paul Jimenez

Results 112 comments of Paul Jimenez

I'm on Linux. And cerebro doesn't register itself as a protocol handler for `xdg-open` to use.

By "selectables" do you mean [selectors](https://docs.python.org/3/library/selectors.html) ? If so, the [selectors34](https://pypi.python.org/pypi/selectors34) package provides a forward-compatible version for python 2.6, 2.7 and 3.3... perhaps that's the correct way forward? (Also, thanks...

As I said in my original submission, the gain if having Thespian do it is having serialization overhead of O(1) instead of O(n). I don't think the group needs to...

Okay, so not Debian. How about Ubuntu Bionic (18.04, which is a LTS release)?

It looks like Ubuntu 18.04 ships rustc 1.25, but 18.10 will ship 1.28... possible then?

Workaround: rename `TEST` to `TempTest` and then rename it again to `Test`. Of course you can't rename `TEST` directly to `Test`... that name's already in use :)

I think he wants to do authentication via, for example, a token in the HTTP header, to protect a REST API.

Note that being an oauth provider would get this, and conversely, adding token support would be work toward being an oauth provider.

While that _does_ end up getting BNL listed in the side bar, clicking 'Ledger' still results in being logged out - though this time, it then attempts to re-log-in from...

Okay, so now I've tried backing out all those changes... and I'm still getting signed out in the same way. I've nuked the sqlite databases and rebuilt them using the...