Azq2
Azq2
> how does it achieve that? @ArjixWasTaken This is standard SolidJS behavior: [https://docs.solidjs.com/reference/components/for](https://docs.solidjs.com/reference/components/for) Here's an example: [https://playground.solidjs.com/anonymous/f914193c-693f-43d4-9b5a-02aa6f864564](https://playground.solidjs.com/anonymous/f914193c-693f-43d4-9b5a-02aa6f864564) When the list changes, only `index()` gets updated — the previous components are...
@khuongtrinh2 Please check with armbian. Armbian already contains my patches for wifi direct and 2nd iface. https://github.com/armbian/build/pulls?q=is%3Apr+author%3AAzq2+is%3Aclosed
Seems to be `/drivers` is not supported in my Windows 10 version. I'm not sure if it a bug, because I used win10.iso downloaded 6 years ago.... ```powershell PS C:\Users\admin>...
pnpm patch is great ``` $ cat ../patches/solid-slider.patch diff --git a/package.json b/package.json index 1db7d1c72f42ae04c5752341691d4f000d9fd8cb..68bd8ca664423dd00638286d92f78befac298fbc 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "types": "./dist/index/index.d.ts", "exports": { ".": { +...
@jer3m01 Hello! Any updates?
Try `overflow-anchor: none` https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-anchor It appears that Chrome has recently changed its behavior of automatically restoring the scroll when dom elements are removed or added. But the bug has always...
https://github.com/serialport/bindings-cpp/pull/186
I'm really sad that this important feature still does not exist in the standard. Port reopening is not a reliable solution, because: - We lose time. Closing/opening is not a...
@reillyeon Any reason why this MOST WANTED feature has been ignored for 4 years? :(