Mike
Trouble committing file to GitHub but only in bun runtime
okay I now see that this is not an issue with Windmill, I also got this same result running it locally in bun. Something is messed up with the string when using fontkit to read the font name from the file.
42 replies
Trouble committing file to GitHub but only in bun runtime
hmm i think it has to do with the encoding of that string. the fontName does have a typeof of string, but i think it's incorrect utf maybe? The string is read from a otf font file.
Just logging the name works but when i place it inside an object it shows all those characters.
42 replies
Trouble committing file to GitHub but only in bun runtime
Okay i was able to narrow down the issue to one line of code:
inside this request:
if i use the hardcoded path the request works, but if i use the string with template literals it doesn't work, am i missing something obvious here?
42 replies