Carlo Taleon
Carlo Taleon
@cabrinha Thanks for working on this! Still waiting for this to be released haha. Zed Mono has become my favorite font. I'm planning to just use this PR and install...
@arlyon So it works. Even works for the native MacOS Terminal (It has no fallback fonts unlike VSCode). Also got it to work on VSCode. By the way, `"Zed Mono"`...
@cabrinha I'm getting this issue with the font currently. Italic variant of `ZedMonoNF-Extended` doesn't seem to use `ZedMonoNF-ExtendedItalic`. It seems to use `ZedMonoNF-Italic` instead. ### ⚠️ The issue: ### 🤔...
YO @juncraul guess what? I was able to solve it! 🥳🥳🥳🎉🎉🚀🚀🚀🚀🚀🚀  I honestly have no idea how to make a smaller-scale example of this. But this...
Checked the issues to see if anyone's trying to find out as well. Thanks for trying it out the script for me, now I know it doesn't work. I'm personally...
@legowhales you're nuts, I know this is like 3 years after but thanks man! It went from this:  To this: ...
Still having problems with this :(. Repro: https://svelte.dev/repl/4d641551906e4b82a893918bb43fd6d3?version=4.2.12  ## Edit: Just fixed it thanks to a solution here: https://github.com/sveltejs/svelte/issues/4910#issuecomment-2083412348
You're probably getting that because of SSR? My workaround is doing this: ```ts const isServer = typeof window === 'undefined'; let canHover = false; if (!isServer) { const { default:...
I tried @bogeychan's solution. It works great but when used with Treaty, types are not useful anymore. Mainly because if you want to pass an array via query, you have...
After looking into this, it actually wasn't the diff I mentioned. I think it was just the `` component in Solid. I couldn't figure out a better solution but so...