Ben

Results 27 comments of Ben

> If we support FormData as an input object alongside JSON, we need a strong reason for it. Just to spit ball & throw it out there: I think the...

> I don't really see the benefit of integrating it into the core of form actions. As a counter point to this: Astro already offers input validation for stuff like...

I am getting the same issue with port `3307` having its connection refused ```bash {"app": "sql-proxy-client", "error": "couldn't connect to \"0.0.0.0:3307\": dial tcp 0.0.0.0:3307: connect: connection refused"} ``` I tried...

I've just realised that the `README.md` may also need updating in relation to the environment variables. Shall we add the `REPLICA_URL`, `LITESTREAM_ACCESS_KEY_ID` & `LITESTREAM_SECRET_ACCESS_KEY` environment variables to the `.example.env`? And/or...

Checking the stack trace this seems like more an issue with `undici` & subsequently `node-fetch-native`. Having a quick look through the `undici` repo issues there's nothing mentioning `First parameter has...

Closing as this has already been fixed as part of #20

This is something I am interested in adding at some point. However right now I am going to focus on getting `0.1.7` released. Once that is published I will look...