Sean Robertson
Sean Robertson
I run into this almost every day when editing previous commands. There's a related (and of course unsolved) question on StackExchange here: https://unix.stackexchange.com/questions/670246/fish-shell-vi-mode-is-missing-repeat-command-dot-period-key-in-zsh
I put together a minimal example of using getServerSideProps to set initial Recoil values - can't be sure any of this is good practice, but it works. The only real...
Looking into it but the trouble (in the Next.js case at least) is that the server-supplied data is passed in as props to the page components. Only thing I can...
I forgot about `useMemo`. Here https://gist.github.com/spro/280e06758099a05b3bfb6e876e919f2e is a functionally equivalent version using atom effects. The danger with this approach is that the mutable global variable is actually kept in memory...
Yep this is classic overfitting, diminishing returns turned negative returns. @thkdlflghlsdghilr is correct about the potential solutions. I'd guess with a discord dataset you had even worse results because of...
Isolated component approach is working for me with @rive-app/react-canvas 3.0.35 and next 13.1.1 with `// @refresh reset` as the very first line of the file. The animation doesn't replay (not...
I don't have it anymore sorry, but I dug into the source and can confirm that wrapping the above statement with `if(elem)` fixed the issue for me.
Same here, especially annoying with `--reload` and trying to test small changes
> This can already be done with KSamplerAdvanced and LatentMirror Is LatentMirror available anywhere? Github search turns up nothing but this thread. Edit: Found it - "LatentFlip" is what it's...
Thanks, can you add a working example to examples/ (maybe just copy an existing one and change from indent to block formatting)