Dominik Picheta

Results 594 comments of Dominik Picheta

> ModuleNotFoundError: No module named 'requests' Did you specify `requests` (and your other imports) in a requirements.txt file?

Yep, I have. It doesn't change the output.

Also FWIW it's working just fine in Windows PowerShell.

@nicolasbeauvais why do you expect it to return `done: true`? In your example the server keeps the connection open, so the socket isn't closed immediately after the data is sent....

On Ubuntu 22.04 I don't even get that far, I just see: ``` $ ./swiftly init Illegal instruction (core dumped) $ ./swiftly Illegal instruction (core dumped) ```

I've switched to WSL 2 before and ran into issues with other software I need to use. It would be nice if Swift supported both.

I expect ORC to be compatible with the current default GC so it would be nice to confirm whether this is an ORC bug. Can you raise the same in...

TLS sockets are supported (https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#socketoptions). But the peer certificate information isn't exposed yet via the API.