dave kraftsow

Results 7 issues of dave kraftsow

Dragging a PNG image from one workspace into an SFTP remote workspace sub folder results in the error "File seems to be binary and cannot be opened as text". Should...

help wanted

I love GraphiQL but I can't find documentation anywhere for the shortcuts. I've basically just discovered them by pressing random key combinations. How was I supposed to know that ctrl-shift-space...

enhancement
resolved-by-redesign
graphiql

Hi there. Is it possible to write a rule that would error if locally defined `@client` schema is a duplicate of schema from a remote endpoint? This would be very...

Probably a feature request, but is there any parameter that could be passed to tell the app to auto maximize at launch? It would also be great to be able...

enhancement

hi, running into a small bug with sub types being inferred inline: ``` type SubType = { name: string; }; type Props = { children?: ReactNode; /** testing */ name:...

Hi there. I think `dnd-kit` is one of the best architected, most composable react dnd open source libraries around. However there are, as with all libraries, a good chunk of...

hi there. just wanted to flag a little bug with setting state from ResizeObserver callbacks that happens in React 18 due to setState batching. we are seeing this issue surface...