Joakim Carlstein
Joakim Carlstein
I have a workaround for now (also in the linked repo above) but I don't think that's good enough or the right way to do it to make a PR...
> Let the shareable config provide the plugin as an object :+1: would love to have this functionality! > We use require to load shareable configs or plugins, what would...
Having the same issue with a dependency that has `typescript` as a `peerOptional` dependency, but it's installed no matter what I try.
For some reason it seems to skip the optional dependencies correctly when I install dependencies as part of a `docker build` when I have the dependency's optional dependency as a...
I'm experiencing the same issue locally on my Mac (M1 with macOS 14.4.1), since at least Bun v1.0 (I'm on 1.1.0 now). Every Bun command takes many seconds just to...
> But I do have some suspicions as for why it happens. Bun it terrible at determining how to chose DNS or http requests or maybe both specially when it...
How does your `mtairport.js` look like? It seems like it's starting an Express server on port 5554 (from your output): > Express server listening on port 5554 You shouldn't have...
To get the scrolling working with the sticky headers I did: ```html ... ``` Thanks for the tip @Johann01!
I came here from the linked #3713 as I got this error locally and think the adjusted result is less readable then the original. So I wanted to understand the...
Looks good! But I wonder why you decided to remove the semicolons?