Martin Müller

Results 18 comments of Martin Müller

> In the meantime, simpler version to inject custom types to NexusContext: > > ```ts > interface Token { > sub?: string; > iss?: string; > aud?: string; > exp?:...

There is something like a read-only thing on the typegen-nexus @type... or its a bug... but i also tried to change the typegen js, removing the single quotes but without...

I would appreciate to have those values availiable too

So it shows thaat it's a React 18 issue within the Transition component.

If you want to use, you can also do a `npm install --legacy-peer-deps`

Would be quite nice if we can implement a file upload into this example. Would agree to help. Will there be a repo to contribute to? Regarding "nexus-plugin-shield?" and "nexus-plugin-jwt-auth?":...

The first thing what i did when i return from acation was reading the closing announcement which i was not aware of ...second thing was shuting down the mac go...

@bkrausz maybe do you have a full example also showing the resolver implementation for a storange in the file system? would really appreciate it. Thanks anyway for this mention! Do...

Thanks alot @bkrausz ! Regarding the 500'er bugs: out of the box when u rise an errror on the backend it will be send to the frontend as a 500er...

For somebody who has the same pain like me: I found a solution: 1. I add an id to the div Element of the DragableOverlay. 2. Then within the handleDragEnd...