Valtýr Kári Daníelsson
Valtýr Kári Daníelsson
Also having this issue on Firefox 102 on Arch Linux. The demo on draftail.org correctly inputs and displays the accented character for an instant but then deletes it. Copying and...
Yeah, I figured it'd be at least a bit controversial, especially since the macros evidently do the right thing already. But I thought it was at least worth suggesting.
Stepping through this with an event listener breakpoint on compositionend, this snippet seems to be the problem ``` onCompositionEnd:function(t){l=!1,f=!1,setTimeout((function(){l||d.resolveComposition(t)}),20)} ``` Located in draftail.js. Or at least it's what was highlighted...
Wep, I tried implementing the multiplications with avx2 intrinsics and performance was still pretty much the same ([code](https://github.com/fixgoats/melonDS/blob/simdnonsense/src/GPU3D.cpp) in case the implementation is just suboptimal). avx512 is kind of interesting...
I was literally just figuring out this was the problem I was having with my code and I feel kind of silly for not having figured it out earlier. I...
Tried downgrading to 0.5, it also has the same error.
For what it's worth, I tried implementing this with Boost's odeint in C++ as well and its explicit adaptive RK solver also couldn't handle the problem. So the real question...
So it turns out I had some parameters wrong and I didn't inspect the scipy solution closely enough to notice it's actually a bit suspect. So whether the somewhat strange...
Hi, this issue seems to be resurfacing because when I run `cargo add shaderc` it installs version 0.10.1, but vulkano_shaders insists on 0.8.3. When I try building 0.8.3 from source,...
@marc0246 Ubuntu 25.10