Alexander Nanberg

Results 28 comments of Alexander Nanberg

Hmm this completely destroyed the perf of the keva tower demo, probably because each step takes more than 16ms 🤔

Here is the profile [Profile-20220621T200802.json.zip](https://github.com/dimforge/rapier.js/files/8951587/Profile-20220621T200802.json.zip). This is what you were asking for right, or did you want screenshots? Looks like because the fixed update step will ALWAYS run it builds...

Ah that could be the case! But I'm not 100% the demos are deterministic right now since `requestAnimationFrame` runs in at a variable rate. E.g. I have a 120hz monitor...

I think I get it. Would determinism break if the app drops some frames? E.g. some intensive is happening and fps drop from 60hz to 50 etc. How is it...

Gotcha! I see, makes sense. Updated the PR description. I updated the PR to work like you described (I think), but with the new approach I don't really know how...

@LeXXik > One thing - this part should be outside of while loop Not sure I understand why, IMO it only makes sense to create a snapshot each time we've...

@snowystinger Could this issue be re-opened until there is a good workaround? Programmatically navigating with `onAction` has quite poor UX (cmd + click for new tab and all other native...

Sooo I kinda have it working now, https://codesandbox.io/s/react-spectrum-menu-link-fvim4d?file=/src/App.tsx:4803-4862 For some reason you need to overwrite the `onPointerUp` and `onKeyDown` event handlers on the links in order for the native behaviour...

Actually I was able to get typings to work with namespaced elements (`` etc), so just creating `@types/fbt` would solve a lot. Might pick that up once I have some...

FYI I already have created `@types/fbt`, they are not perfect but works for my use cases. Feel free to send PRs improving them