Sean Villars
Sean Villars
I can't seem to get this working either. If I hit a resource that doesn't exist, for example `/pets/9001`, the resource lookup library `ono` appears to handle the error and...
Thanks for the reply. I am having no problem triggering a custom error response when a route isn't defined, however I cannot trigger it if a resource 404s. For example,...
Points 1 and 2 pretty much described what I was thinking. I like to favorite songs on the soma website so it would be awesome if it could be done...
I still having issues with getting `swagger project edit` to open a different swagger file. I tried setting `swagger_swagger_fileName=api/swagger/index.json` and tried using the npm script version too. I get this...
@akoskm check out @sylwit comment above mine, that was how I was able to change the location of the swagger file.
@alexanderankin I just tried this and my build still failed with the same `connection refused` error ```make test: docker-compose run --rm \ -v ${PWD}:${PWD} -w ${PWD}/server \ -e TESTCONTAINERS_HOST_OVERRIDE=localhost \...
> just replace this docker-compose command with "poetry run pytest", you too can live in ignorance/bliss. @alexanderankin this worked out spectacularly. As I'm no longer trying to do docker-in-docker in...
> I came here just now to post a very similar issue with `use:enhance` but it's probably the same issue so I'll post it as a comment here. > >...
@BMorearty thanks, I thought option 3 was going to work for me but I'm still having issues. I think I'm going to go ahead and try out https://superforms.vercel.app instead.