Tom Harvey

Results 17 comments of Tom Harvey

Each individual input needs to have an Array as its value. In the single input example that's `state.tags`. To handle multiple inputs I've had to do a couple of things:...

I'm getting the same error - but not just in Transmit (also seeing an error while using Cyberduck). Also, the PR from @michalc doesn't seem to fix the issue; still...

Not sure if any windows clients have this error. Not sure what clients you use to test. I hope to get a chance to look into this at the weekend...

Interesting how they all seem to raise slightly different errors.

So, FileZilla will accept the connection when the server is as: ``` python -m aioftp --memory --family ipv4 --host 127.0.0.1 aioftp v0.15.0 [13:06:02]: [aioftp.server] serving on 127.0.0.1:2121 [13:06:15]: [aioftp.server] new...

Wouldn't `127.0.0.1` suffer the "same address as command connection" problem - the client in the last FZ test was opening from 127.0.0.1:49864 while the server was bound to 127.0.0.1 I...

I believe that requires support for this to be completed. https://github.com/serverless-operations/serverless-apigateway-service-proxy/issues/82

rails/sprokets is using the concurrency library (so it'll be in any rails user's Gems already. But, it's using promises instead of a low level TPE https://github.com/rails/sprockets/search?q=export_concurrent might be some good...

I suspect that neither of us has the time, inclination or incentive to debug QEMU on your workstation. Given that, how open are youto moving the build/push to a remote...

Lol. Blasted reality. Could still write the pipeline to run on GHA but trigger it manually with https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow Then, GitHub’s CPUs do the (multi platform) build but your after lunch...