Phil Pluckthun
Phil Pluckthun
@siddharthkp itd be great to have as an opt-in feature 😬 I’m sure not everyone will need it. But I wanted to look into Babel-standalone / custom transpilers anyway, so...
That’s a very interesting idea! I was also playing with the idea of somehow evaluating some things into a global “continuous scope” so that we can support REPL-like features and...
A couple of changes are probably going to be made to react-live, if all goes well. One of them might be to switch to @satya164’s react-simple-code-editor for the Editor component....
@ryan-roemer I think we should just use the complete `prismjs` bundle and prevent the separate imports to avoid issues in the future. I've got some demo code here for what...
Sounds interesting for sure! I'm a bit too busy to investigate this right now, but maybe something with `onSelect` and the vendored `selection-range` would work?
I think the issue is that we've got a fixed prop for `react-simple-code-editor`. It works by overlaying the highlighted code with a textarea, so it has to take extra care...
Why don't you just wrap the provider and pass in a new value? :) That's a good point though on the other hand. We're still pending and performing a big...
I think ultimately we'll have to bring a first class solution to Graphcache for this, possibly, because "trains of invalidation", where a single update triggers more when writing to the...
I really wish they'd just get the migration over with 😞 I believe we mostly switched to `graphql/*.mjs` direct imports for the most part — I'm not sure if we're...
It's unfortunately not always as simple as that. It is tricky — in isolation I would agree with this. However, it's not that simple because we're adhering to ESM +...