Magnus Bull
Magnus Bull
This really needs to be merged. Sad to see this simple issue still open after a year. Latest version of axios is now 1.3.2, and still works perfectly fine for...
I took it upon myself to fork this repo and provide an updated version. As of right now, it should be a drop-in replacement: https://github.com/Mudbill/duckduckgo-images-api ``` npm install @mudbill/duckduckgo-images-api ```
Having the same issue. In a previous version of Elysia, I managed to jump into the inferred value and copy it in order to type things: ```typescript // Copied from...
Maybe you can adapt my solution. Instead of a guard, I use a `.use` custom middleware for authentication with added derived data. ```typescript const authMiddleware = (app: Elysia) => app.onBeforeHandle(async...
I've been encountering this issue as well, and came to report it after testing. It seems like WebSocket connections don't work as intended when behind a `.group` that comes off...