nfjdu

Results 10 comments of nfjdu

Had the same error - site was loading too long, then just crash.. Had this in console ![image](https://github.com/codesandbox/codesandbox-client/assets/43147143/62c62560-68e0-4292-baf4-f8e494fb3e26) **SOLUTION(for me):** `Dev Tools -> Application -> Storage -> Clear site data`...

> @Quentinmht @lauridsen @nbisges Sorry for taking so long on this. > > I tested out the reproduction by @Quentinmht and can confirm the issue. The problem is Decorator Metadata...

> Unfortunately, using `fetch` that is pretty much impossible - you have to use XhrRequest or a library wrapping that (like axios) for that. That said, even if we would...

> What we did was: > > ``` > export const api = generatedApi.enhanceEndpoints({ > endpoints: { > someGeneratedApiMethod: { > query: undefined, > queryFn: async (arg) => { >...

> > the first param arg has type that is generated by api generator > > No, it actually doesn't. The `query: undefined` overrides the `query` from generatedApi. You can...

Here is link to cloud example: [sandbox](https://codesandbox.io/p/sandbox/green-rain-xlrqzy?file=/index.ts:4,1)

Maybe i am too stupid to setup everything correctly.. but for me only last example works: ![image](https://github.com/wessberg/DI-compiler/assets/43147143/6b47e6a4-524e-462b-855e-c605dcab91d1) Here is working example: https://codesandbox.io/p/devbox/wessberf-di-commonjs-test-mlpzx4?file=%2Fsrc%2Findex.ts%3A9%2C41 **If someone has an example of how can...

btw, does someone use this lib in production? is this project still alive at all?

This lib seems like a true gem, but lack of live, working sandbox examples for everything listed in readme makes it little bit hard to understand how to work with...

> > [ERR] MEGA BUG THIS: No session lock found at all to focus to?? > > wtf? sounds like a bug on the side of the lock? not sure...