Results 61 comments of pfg
trafficstars

@dchakro That shortcut was made on ios 13+, which ScPL does not support. Even if it did import, lots of the actions would be broken. I would improve the error...

Tested again - lyrics fetching is not working at all for me and just returning an empty string. ```js const {lyrics} = await lyricist.song(song_id, {fetchLyrics: true}); console.log(lyrics); // empty string...

It looks like the bug is in one of these places https://github.com/oven-sh/bun/blob/f023b89b732db0aff24445acbbe39c366d13118d/src/env_loader.zig#L540-L562 https://github.com/oven-sh/bun/blob/f023b89b732db0aff24445acbbe39c366d13118d/src/env_loader.zig#L588-L610 https://github.com/oven-sh/bun/blob/f023b89b732db0aff24445acbbe39c366d13118d/src/env_loader.zig#L638-L660 https://github.com/oven-sh/bun/blob/f023b89b732db0aff24445acbbe39c366d13118d/src/env_loader.zig#L692-L761 It also causes `0` and `1` to be numbers instead of strings and `"undefined"` to...

--color=on 2>&1 | less works well for now, but you can't go back to it if you want to view the output later.

A simple thing that could be done to improve this is to only show the source code for the first error and not the rest of the trace ```zig thread...

It doesn't look like you can right now. There are examples on [elasticsearch.pushshift.io](https://elasticsearch.pushshift.io), but these make requests to [elastic.pushshift.io](https://elastic.pushshift.io) which is blocked by a cloudflare firewall.

Adding `wrap="off"` to the textarea seems to fix it

Also true on firefox and probably every browser. The text in the background is visible, it just has color:white

Thanks for looking at this - it's hard since I have no clue how to reproduce it. I haven't had it happen again since reporting this issue, even with hundreds...

It seems I had some bad memory in my computer and there's a chance Firefox put some tab data there or something that broke the extension, closing this