madelson
madelson
See https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/
I have a conditionally-included template like this: ``` const state = reactive({ items: [], index: 0 }); ... ${() => hasItem() ? html` ${() => currentItem().loaded !== false ? html`...
## Bug description I am trying to use webpack-localize-assets-plugin alongside html-webpack-plugin. My path starts with `[locale]` but in the compilation process this gets replaced with `[locale:b64b2e3f]`. Not the end of...
It's great that this package implements the timestamp file optimization! However, not supporting clean creates scenarios where you can have no errors after a clean build but then someone else...
This library has a lot of block strings. """ strings are a bit more readable and avoid sending extra indentation characters to the backend
Follow-up to #216. Use this.ConnectionMonitor.AcquireConnectionLockAsync or find a way to move away from multi-threading these objects altogether.
Would be nice to do it in a way that easily supports multiple enumeration.