Sebastian Fey
Sebastian Fey
### 📚 Subject area/topic concepts/derived-values/derived-signals ### 📋 Page(s) affected (or suggested, for new content) https://docs.solidjs.com/concepts/derived-values/derived-signals ### 📋 Description of content that is out-of-date or incorrect > These functions are not...
the wiki assumes some knowledge of yocto that I do not have, but I like to give WPE a try. here is what I did: 1. follow the yocto quick-build...
the reset of c3 is overwritten: ``` h1 { counter-increment: c1; counter-reset: c3; counter-reset: c2; } ``` should be `counter-reset: c2 c3`, see: https://drafts.csswg.org/css-lists/#example-2636b37c Also the example does not address...
I need to rotated a SortableProvider. In the example https://solid-dnd.com/?example=Sortable%2520list%2520%28vertical%29 I did that like: ``` {(item) => } ``` (https://github.com/georgfaust/solid-dnd-examples/blob/ac61ff21f0a59ba7d8d6dcb295c6c980a2180ee1/src/sortable_list_vertical.jsx#L59C13-L63C32) This does not work, because the transformer does sth like...
use Bitwise is depracated