Stan Stanislaus

Results 31 comments of Stan Stanislaus

Updating my Nvidia drivers and restarting fixed it for me.

Don't know if this will help, but it solved my adjacent issue: https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#using-the-native-history-api.

Please use nullable. We found a silly bug that happened I believe because nullable reference types aren't used. The string we passed was a `string?` but Visual Studio nor VSCode...

Ok. I'll try this. Doesn't sound too hard but we'll see.

https://github.com/prettymuchbryce/easystarjs So it looks like navmesh doesn't support axis-aligned movement out of the box. I looked into some other solutions and easystar seems like it might be better if we...

I don't really have time to make a full report myself but I've recently just reverted to [Release v0.84.0](https://github.com/microsoft/PowerToys/releases/tag/v0.84.0) because Workspaces worked well enough for my use case (using a...

Until number 2 is officially implemented, I have cobbled together a workaround using PowerShell combined with PowerToys. For those interested: https://github.com/Stan-Stani/powershellScripts?tab=readme-ov-file#setupvirtualdesktops

I run into this problem often when using TUI but when not using TUI I think perhaps I have never run into it.

In Next 14 I was seeing a looped animation not start unless it was rerendered. I used a useEffect to toggle the `pause` spring prop once hydration (mounting) was complete...