Z
Z
### A clear and concise description of what the feature is When using `SpringValue` interpolations, we should be able to interpolate with a delay. ### Why should this feature be...
I'm having trouble using `reactStringReplace` to format text with bold/italic tags. I have it set up as follows: ```javascript var text1 = "[b]Testing bold [i]and italic[/i] tags[/b]" var text2 =...
I have a staging server that I use to test my application. The issue is if I try setting `:symfony_env, "dev"` I get the following error during the `composer install`...
Hi, I would like to use the bridge example, but I'd like to have the "openPopup()" function be called from inside an iframe created by easyXDM. Currently, my application works...
### Current Behavior I'm using pixi with @pixi/react. I'm trying to create a simple fragment shader filter that's applied to a `Graphics` object. It works as expected, until I place...
I have a Lottie animation that I want to render using the canvas renderer, instead of the SVG renderer for performance reasons. The SVG renderer produces the expected output, but...
### Describe the bug Following the blog post on Accelerating Stable Diffusion XL Inference with JAX on Cloud TPU v5e. This worked magically until I tried to generate an image...
### Current Behavior If I create a memoized component which renders a pixi element, that component will continue to render even after it is unmounted. I believe this only happens...
The `useFragment` hook is fantastic for subscribing to updates on a single cached fragment. But it's not possible to subscribe to a list of fragments in the cache. Consider the...