7nik
7nik
It still will be issue for cases like this: ```css /* style only own rows */ table.mytable > tr:even { background: #aaa; } ``` And you will be puzzled why...
I wonder why this issue is being kept open. The team can do nothing to prevent the error. So, the best they can do is display a more detailed error...
As you saw, the general problem with this approach is that the object isn't fine-grained. You want ```js $effect(() => { console.log(reactiveMap.get(42)); }); ``` run only when a value with...
I thought about storing in Map super items of shape `{ signal, value }`, but this approach won't work for Set. So, I lean toward storing values in the super...
Does Date need to be fixed? I see Date as a wrapped timestamp with a bunch of methods to format/modify it. So, it doesn't seem efficient to create signals (even...
Matching Fantia urls on Danbooru seems broken.
Here is [the implementation of your code using destructured $derived.by](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAA6VVS2_bMAz-K5xRoA4QONjVaRoUQ3sasEN3m3fwg07UypIhyWkLw_99lPyIlSZDizqIbYnkx48USbdByTjqIP7TBiKtMIiDu7oOloF5q-1CH5AbpLWWjcrtzo3OFavNbSISw6paKgMtNBrvcsMOeM-xQmGgg1LJCpIgWqVzQdQDRk86CdYEQSAcDdQpIRSwgSttUoNhmXKNi5mCwaom8amfsIXdZB4uiIlC0ygxAnbQORSH0YJHZQlG7nYcH2TeaNIk5wUqkhdR9hZahyOBKyZ0jbkJPfvFIMSytDLyvrmF1m5RYkoIv_naA7N1r3CSFPPGMZKN4UwgEUmC7_UraMlZQWZFnyqyyqXQBpCTigcwiIfYeybIz8AOSENS7L9sBCFJAaVNQ4iHxRjDLDu0HeWNUuTqd6oo41Gt8MBkowcCjywjH7setkvEzepYJeKBKWLNRN2YmETuBWyxbRKqPpIlAendZA25FCBFzln-vGkdoe62Px6zxx7hZtXrOQtF90ekrBQX4LUTfgn_956pS_DGyr6EPtx5miF3LfVoZA0vqcn3lE9n2J80nafLtNUZSNgWJRL5HvPnTL4mAWRMFLFbY7Fp-x7oLP5qdND7u_Mg49PO2EY2Puio7StZsJJhEcRGNdgtpylxrquPY-NJz0dGX7YFlmnDza_alpumcqQ6A7p6mjG4nl8monNdh69utEzl-a7z5YTjAy9GXNvyQ4THwSIazse2nhW_FO6gfuxTscNwagH7O0IUpOKiPdd73Yh5dh6MM2EgHfUxe358X5bn2hd682N0-QmSk_JRpSjuD_Tyk2mDAlV47aqWieuln5HF-uPWNG7Omgs_DniXHw9cYSWJ_afZfRDkEkk_s_2YdMV0ifSQ-DWsVqCbjD4p1LNMg2Y7kfJ3QQ-WMFz22-Wd07H0YHYNxugV3Cjslv56PrYFvkyfnzO4RzFsZ4vIpWgbEZl4dLqNMt4ou3eSbItIsTsTSGkQWz2o0OxloakaxTV1YcXoZo9Bnxp7NT8x-E-I3dhv9DwzoP52_wDxXyW10ggAAA==) (ignore `temp` - cannot inline rn due to a bug).
Duplicate of #12229 - issue type (bug report/feature request/etc.) doesn't matter - it was closed because there already is an issue (no matter whether opened or closed) for this topic.
Can [stealing the symbol](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAA61STW-cMBD9K5bbg5FWoL1ulvQrkSJV6qE59BAihYXxYgXGlj2kQYj_3jEmadpeezIz8-a9Yd7MUpsegjzczRLrAeRBfnJO7iRNLgbhCXoCjoMdfRMzx5Q6WEfGYhB-RAjlTH6Epbis8BgabxzxV0VmcNaTuBqHYRLa20FUMi_WME80lWQcIxumIhGm4WR7UaYOleVnoFs0zvGzllR2EdF6xCaqi2DOqDRmYo5pLuBd4rhnkjjSRcp7oNGj0LjGy1vNYYoKDF-5VI1NZ_1OOG9dJsrLF-YE7vYMbG0zDoCUNx5qguseYqQq2e0rmW2K3T4neKYvFomL3PVwA31vxfs5MqtsediARSFMEIYEPAEKb84dfUiVNEruas8M32wLucEAnj6Dth5Ut9-JDYKsdGtOvcFz0l_icyx-W4GntanC-SOzteC3_-apf1jftzw4b6XWBJ7NHmxrtIFWHlZbd6-3sfryv64DntfrSJv922nemHq7_83B76B7aCi3P_ErTEEF7slybbBVjxEdB7Na8HdZ8rGlY3hxZfljJ_O7kARFfNmRudgSy78ruF9-AXkhELkqAwAA) be a temporary solution?
I don't really think it's required. I think of Date as a timestamp wrapper with a bunch of methods to format it, while Set, Map, and URLSearchParams are collections. Also,...