Dmitry Smagin
Dmitry Smagin
It was mentioned here in multiple issues that parsing of hydrate-options={{}} is broken in 1.7.5 https://github.com/Elderjs/elderjs/issues/227 https://github.com/Elderjs/elderjs/issues/226 This is because hydrate-options={{ loading: "eager", preload: true }} is transformed into '{...
I have a following scenario: There are some pages with several hydrated components. However, I need two variants of site build: 'live-update' and 'static'. Live-update will monitor some data from...
Fix for https://github.com/Elderjs/plugins/issues/138
Hello. It turns out that Elderjs could be easily migrated to Svelte 4. It needs minor code fixes (that could be applied as well without migrating to Svelte 4). Example...
Hi. After years of converting FreePascal to C I was able to commit this code to adplug... This is a direct translation of the player routine from the sources of...
Since stresstest uses unix-specific features (sys/wait.h) it would be good to make this target optional. Better check for MINGW, since CYGWIN does implement this feature still running technically on windows...
### Describe the bug This bug is present with Astro+Svelte combination, and unfortunately, I don't know if this can be reproduced with Svelte only. This issue on Astro repo: https://github.com/withastro/astro/issues/14252...