Phil Pluckthun

Results 40 issues of Phil Pluckthun

## Summary Let's start a separate "styled-native-next" fork that'd be used to: - Rewrite large parts of our codebase (especially the ones providing legacy hacks and support) - Provide the...

help wanted 🆘
RFC 💡

Instead, we can dynamically require "stream" with an expression that prevents it from being bundled in client-side bundling processes. This may still fail in some folding scenarios, but I've personally...

> **What is this?** This is a list of discussions and questions that need answering before we start a v6 complete rewrite and effort. This is for our own notes...

6.0

Fix #1216 ## Description This replaces `webpack-node-externals` with a `resolve-from` based `externals` config in `webpack.config.prod.js` that fixes the monorepo support in `react-static`. ## Changes/Tasks - Rewrite `externals` Webpack option for...

This should be able to filter out values when they're not distinct. Instead of just using reference equality there could be an `isDistinct` predicate function input. So the default usage...

There are certain cases where sinks don't consume push signals as fast as they're sent. This can often happen with an asynchronous source that is fed through a delay or...

## Summary This PR aims to comprehensively deprecate the family of `urql` packages' support of Internet Explorer 11, which has now reached its end of life officially. Our main focus...

## Summary This is connected to #901 in that we'd like to expand what is done with [GraphQL Code Generator](https://graphql-code-generator.com/). The basic idea is to have code generation that can...

documentation 📖

## Summary Especially with Graphcache we've discussed cases where a sufficiently complex app may want to synchronize what's happening across apps. As part of this one may have multiple tabs...

future 🔮

> A preview of this change has been published under the `spec-nullability` tag. ## Context The ["Nullability RFC" for GraphQL](https://github.com/graphql/graphql-wg/issues/694) allows fields to individually be marked as optional or required...