Arnaud Jezequel

Results 69 comments of Arnaud Jezequel

weird https://github.com/huntabyte/shadcn-svelte/assets/7789770/1c5cc567-45c3-4b56-956b-08fe95c9a7a1

Are you still having this issue?

I have an issue where it scroll back to the top only on safari (and it seems because of intertia scrolling). I guess this issue is relevant for me. Is...

Because of the lifecycle of android Flutter does not have the time to render a new view when going to app switcher.

@MikeKovarik could you please merge?

> @realivanjx can you detail the differences, because to me both load items on demand. Virtualized only render in the DOM a subset of data available. infinite scroll load data...

Thanks for taking the time to reply. Unfortunately it did not help. Working well on windows not sure what is blocking on Mac. Seems there is an hard dependency somewhere...

When i look at the build output of the libheif-sys i find that stdc++ linked (build finish without issues): (/Users/arnaud/Documents/dev/redseat-rust/target/debug/build/libheif-sys-a432f343eebbf632/output) ... [ 98%] Building C object gdk-pixbuf/CMakeFiles/pixbufloader-heif.dir/pixbufloader-heif.c.o [100%] Linking CXX...

Hey thanks! So I tried: libheif-sys = { git = "https://github.com/Cykooz/libheif-sys", features = ["compile-libheif", "embedded-libheif-plugins"], branch = "dev"} and i still get the issue (each test i did cargo clean...