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...
+1 Also encountered similar issues. After upgrading I had a whole tower of nested type definitions like the above (something like 20 levels deep in my existing models).
@Tim0Cc if you lock the version with either yarn or npm, then you should also re-use the same package manager to unlock or change it. Mixing yarn and npm means...
I'm afraid not. I described a similar issue in #2763 but it seems you've already seen that 😄
I think it would help a lot if you could provide screenshots and/or a [REPL](https://react-pdf.org/repl) link showing the issue more clearly.
+1 for this issue. I think it is the only significant problem I have that's preventing me from using React PDF in production. I was about to register an issue...