Results 93 comments of bobby

I'm hitting the same issue, @ebonyclock could you reopen the issue? As with @firu , I am able to run the binary directly and play the game. (`./vizdoom`) E.g. when...

@codeAC29 I only get a segmentation fault when using anaconda/virtualenv wrapper. Stock python on ubuntu 16.04 and sudo pip install vizdoom works fine for me. @ebonyclock No worries. The anaconda...

Interesting. I had the same issue with Python 3.5 which I didn't expect. ```python bdd@mlbox:~/ViZDoom$ python Python 3.5.3 |Anaconda custom (64-bit)| (default, Mar 6 2017, 11:58:13) [GCC 4.4.7 20120313 (Red...

Hope you don't mind me chiming in here but this is also something I've been bit by. More generally, timeouts (and their defaults!) are something I think is tricky and...

I put together a small package to glue these two awesome libraries together. https://github.com/pomerium/autocache

related: - https://github.com/pomerium/pomerium-helm/pull/285#issuecomment-1091994503

Hey @jontro, Thanks for making the issue. I don't have a great sense of history about why the repo started OSS but no longer is now. Some other options: -...

> This is a utility library with some wrapper functions making life easier for the user. What specifically do they need to accomplish? (List of functions needed) >> * Automatically...

> @wasaga makes no sense to me but ok What doesn't make sense? Does the what/why or the how not make sense? Please be specific.

Hi @elithrar , just a note -- though you are likely already aware -- `XChaCha20-Poly1305` has made it into /x/crypto which does use `cipher.AEAD`. I've implemented something similar to your...