LilithSilver
LilithSilver
Note that I've fixed this for myself on #291. It allows a maximum duration (which also improves slider behavior) but not total customization of the duration, due to technical limitations....
Yeah, you're right - regardless, my ultimate goal here is to customize that duration. My specific issue is that I toggle the filter on and off a lot throughout the...
> Yes, this is a known issue, but I can't find the root cause. I will appreciate any help with this. I'm not very familiar with Avalonia either, but perhaps...
Perhaps a stripped-down repro of the animation could be created? It's possible the issue is on Avalonia's end, what with all the observer-related allocations going on. If a small repro...
Now that ZeroAllocJobScheduler is getting to a pretty good place, I have some thoughts on the dependency API. First off -- We need two separate options for parallel queries: one...
Yeah, that makes sense! The API is a little more complex than I would like, but I get what you mean. Just brainstorming.... What if Arch.Extended extended `World` with a...
Yep, that's totally fine by me, makes sense! I'll update the code later today. What's a reasonable default value? I can restore the old behavior by making it 15s, or...
Fixed and pushed.
Hi, any updates on this? Happy to make any additional changes as needed.
> Looking back, your original issue was that the settings sliders were not responsive enough. If that's the case, we may be able to solve this by disabling smoothing when...