piegames
piegames
Draft pull requests are not a new feature anymore and can be found in the usual API documentation: https://docs.github.com/en/rest/reference/pulls#list-pull-requests Apparently, the just added a `draft: bool` key to a lot...
I tried installing the required dependencies with conda as well, and it fails: ``` Pip subprocess error: DEPRECATION: Python 2.7 will reach the end of its life on January 1st,...
@YangLuYang If you're on the master branch, you need to be using Python2. If you want to use Python3, switch to the development branch. If you still got the error,...
@YangLuYang The dev branch now has some shell scripts you can call (I simply modified the for loop since training only one model is enough for me as well). But...
I can confirm this is a deployment issue on . I deployed a Nginx proxy for the server and it works. You can try it out by using `wss://piegames.de/wormhole-relay`. (Obviously...
> not sending a new CLOSE (because it already sent one and it's just waiting for CLOSED) IMO that part is a bug on the client side: it sent a...
I can confirm that reusing codes multiple times causes spurious "crowded" issues which could be related to this issue. I have no specific reproduction recipe, but I strongly suspect there...
Can you please give a JSON trace of the communication happening between both sides until the crash?
I'd like to leave this up to the application level protocol how to deal with session closing, as the needs are really diverse. Between rendezvous messages, Dilation and Transit, there...
The rendezvous server already enforces that at most two parties may be in one room. Therefore I'd like to expand the semantics some more on that premise: - If one...