Ryan Killeen
Ryan Killeen
Wanted to note a similar but unique challenge here: I'm using` graphql-codegen` and the `typescript-react-apollo plugin`. This generates these imports: ```tsx import { gql } from '@apollo/client'; import * as...
Here's the master feature list for extensions on Windows Terminal. https://github.com/microsoft/terminal/issues/4000 As far as I can tell, the command palette is fully extensible but doesn't provide the sort of inline...
A reproduction is available here: https://codesandbox.io/s/svelte-jsoneditor-react-forked-u6r5w1?file=/src/SvelteJSONEditor.js
I appreciate the clarification! It makes sense and I can manually handle the onChange and and patch in parallel myself, thanks!
A quick follow-up to this question, would there be any interest in exposing an `onPatch` or `afterPatch` callback publicly? That'd enable me to structure my code in the way I'm...
What I'm hoping to do is have my external UI care only about the output of a single callback, to determine whether valid changes have been made in the editor,...
In my testing, `.patch()` returns void immediately and there's no way for me to determine the updated config like provided from onChange. `editor.get()` at that point in time returns the...
I love both of those approaches! My hunch is that #2 _should_ be possible and is preferred for a few reasons: 1. I'd love to leverage the JSON patch history...
(And of course thanks for your time and collaboration!)
That's great to hear! Can't wait to pull em down and try them out. Thanks for taking the time and glad there were some surprise benefits!