Isaac Finkelstein
Isaac Finkelstein
was this fixed?
Is there any update on this?
How are people using drizzle with typescript running this slow? I keep seeing new projects and I feel like I am doing something wrong because in my experience drizzle is...
Update: I can get around this by using `$effect` but is this the intended behaviour?
@MotionlessTrain in svelte 4 reactivity is only triggered on reassignment so this is expected
Or maybe update is not needed anymore in actions, it could be based on `$effect` only, this will be hard to implement for existing libraries because it will break with...
@lovell adding `FC_DEBUG` doesn't output anything, here is my script ```ts process.env.FONTCONFIG_PATH = TEMP_FILES_FONTS; process.env.FC_DEBUG = '1'; ``` this is at the top of the file
I have set it before importing sharp and also did the following 1. added `FC_DEBUG = 1` to my `.env` file 2. added this to the `dev` script, `export FC_DEBUG=1...
Is the FC_CONFIG supposed to be a directory with fonts or a fontconfig file with entries for each font? If the latter can I set whatever family names I want...
as i am looking at it now maybe the issue is the multiline, because it doesn't happen to other elements only to the multiline ones, so maybe the em syntax...