Phil Pluckthun

Results 66 issues of Phil Pluckthun

## Summary Overall, our new Suspense implementation is working a lot better, as expected, after getting some feedback on it from the React team. This gives us the room to...

future 🔮

## Summary The `populateExchange` is an effective tool to progressively start using Graphcache more effectively. The current problem with adopting Graphcache is that the user has to at some point...

future 🔮

https://spectrum.chat/urql/general/would-it-be-possible-to-add-a-cache-interaction-panel-to-the-dev-tools~69e57921-a5ab-411e-a52b-758735fb99bc This would allow people to more easily query data directly when debugging what data the cache contains in edge case scenarios where random pieces of queries don't correspond with...

Feature

We've just released [urql 1.5.0](https://github.com/FormidableLabs/urql/releases/tag/v1.5.0) which adds `client.query` and `client.mutation`, which make programmatic calls a lot shorter to write! This means that we can update the tutorial with those and...

We don't have any selector markers yet to represent attribute selectors: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors those include (non exhaustive list): ```css [title] [href="https://example.org"] [href*="example"] [href$=".org"] ``` and so on

**Edit: I've set up a fork and will maintain it a.k.a. actually accepting PRs. https://github.com/philplckthun/sprint** I want to keep this short: `sprint` is a nice experiment to push the limits...

I'm opening a small issue to document this discussion that has before happened "behind the scenes". Essentially `react-simple-code-editor` has two major problems. Firstly, specific styles and DOM structures and attributes...