Sharsie
Sharsie
@NoLooseEnds I am not using the watch schedules myself, but a quick test of the following was working fine for me. Not a big fan of functional programming, but I...
@bluenote10 I updated the minimal repro to v4 and can confirm both issues appear to be still present. Original: ```ts import poop from './poop'; import noop from './noop'; onMount(() =>...
@ManuelSchneid3r It pretty much just follows the unicode standard for normalization. [This article](https://unicode.org/reports/tr15/#Norm_Forms) describes the process in detail. In short D stands for decomposition C stands for decomposition **and** composition...
To comment on the #707 - I didn't fully read through this, but unicode normalization will not help there anyway. If I got that right, the goal is to match...
We really tried hard to implement caching using a plugin, maybe you can correct me if we went wrong about it, but here's what we tried and failed at each...
@arno01 We've had similiar caching mechanism previously, the trouble was, that there were some zombie layers getting cached with each build. See my previous comment and check whether it also...
I updated the plugin to use the latest version and the matcher, but noticed the iconUrls defined on the plugin itself stopped working with 0.24.1 (this is not just this...