M. Efe Çetin
M. Efe Çetin
Todo list: - [ ] Prepare docs. - [x] Find performant solution for `fasthttp.HostClient`. If we use common HostClient for requests, it will cause problems since listener is shared as...
You can use Error handler to catch 404 errors i think
> Sure
@michealroberts is your endpoint working if you remove ``` case
> @efectn Yeh, so it still doesn't work when removing that unfortunately 😞 > > I have a branch here: [observerly/nox#48](https://github.com/observerly/nox/pull/48) for a full reproduction that you should be able...
> @efectn Aye aye aye, ok. I feel like I have narrowed it down to be able to replicate it. > > I have the ETag middleware installed from [github.com/gofiber/fiber/v2/middleware/etag](github.com/gofiber/fiber/v2/middleware/etag)...
Is it working if you remove this line https://github.com/bayasdev/envycontrol/blob/main/envycontrol.py#L57? I have the same issue but didn't try to debug it yet
> What has to be done here? I need to update kernel PR. Will do it soon
> > I am interested in learning more about the approach of expanding the Ctx interface for custom extensions, instead of introducing separate Request and Response interfaces. Could you please...
> Update, fs.FS support seems to be in fasthttp now. [valyala/fasthttp#1640](https://github.com/valyala/fasthttp/pull/1640) Will work on it