Huon Imberger

Results 47 comments of Huon Imberger

Hey, sorry for delay. I tested this and it doesn't work for me. As in, it still only pans at the edge of the window, not the edge of the...

Hmm, so I'm on Mac and this is what it does. It's interesting that the bottom edge doesn't do anything. Might be a clue. Sorry haven't had a chance to...

Same thing happens for the V value. How is there no way to initialize with an exact value? Basically makes this library useless honestly.

> Might be less of a bug in this case but have you tried parsing as utc first, then applying the timezone? > > That has worked for me in...

> Yes > ``` > > import dayjs from 'dayjs' > import utc from 'dayjs/plugin/utc' > import timezone from 'dayjs/plugin/timezone' > > dayjs.extend(utc) > dayjs.extend(timezone) > > const utcDate =...

Hi there. I'm confused when you say you suspect it's due to a change in bevy_egui 0.35, but you created this issue before bevy_panorbit_camera was updated to use bevy_egui 0.35....

When you say spam scrolling, is it possible the mouse is briefly moving outside the egui area? Perhaps you have some sort of smooth scroll that will keep sending scroll...