Joss Bird

Results 10 comments of Joss Bird

Hey Matt, I came across this issue as I was also sitting behind a corporate firewall. The way I solved this was by setting the `NODE_TLS_REJECT_UNAUTHORIZED` environment variable to `'0'`...

To add on to the previous response you might want to use something like this: ```js const configPlugins = { plugins: Object.keys(configBase.entry).map((entryName) => { return new ZipPlugin({ path: path.resolve(__dirname, 'dist/'),...

1 -> Your font probably doesn't have theses characters 2 -> Not really a bug that's to be expected. As minute changes to player affect the values the esp is...

It would be worth testing on a machine that isn't redhat to make sure this doesn't cause issues

Make sure you remove firebase tools first through `sudo rm -rf /usr/local/bin/firebase`

https://github.com/gaucho-labs/tailwind-fuse/pull/29 Made a pull request to fix it for v4. There's probably a bunch of stuff that needs fixing. `ring-inset` I think was dropped in tailwind v4.

Also as a work-around I found for example: `focus-visible:ring-primary/50 focus-visible:ring-[3px]` Wouldn't work but `[&]:focus-visible:ring-primary/50 focus-visible:ring-[3px]` Would

For me running `sudo apt install lld` fixed this.

For me running `sudo apt install lld` fixed this.