Dominik Picheta
Dominik Picheta
We should probably improve the docs for the `isClosed` proc. But I don't think it's up to sockets to track this: you need to track whether the socket is opened...
Hrm, could this be the same as #4797?
This is a bug, but please follow NEP1, it's there for a reason.
This seems like a pretty simple patch, any chance it could be merged in?
Thank you for making this list. I am happy with most of your proposed changes although I do have some reservations/questions: > deprecate Future.complete, as it prevents some optimizations and...
I once thought that exceptions could be used for future cancellation, but I no longer think that is possible. So yeah, I haven't come up with any other ideas for...
> Future should represent value that may be available in future. In this view it doesn't make sense to 'complete' it. Of course, it's just aesthetic opinion. Perhaps I misunderstood,...
Hmm, test failure doesn't seem related to my change: > TEST_CLOUDFLARE_API_TOKEN must be set
I ran into this on macOS. After installing `java` via `brew install java`, then Java proper (using the .dmg from https://www.java.com/en/download/), it started to work.
For context, while testing package memory snapshots I ran into two issues: * when tracing is enabled, which it is every time you use crossbow, the entropy code crashes the...