Matt Harrison

Results 9 comments of Matt Harrison

It doesn't work for me, you're really going to want to hear that cowbell.

@MaximilianBuegler can you explain what you mean by > This seems to pack an http header in front of the zip file, which causes unzip to rightfully complain about this...

Using Typescript 5 and setting `experimentalDecorators: false, emitDecoratorMetadata: false` in my `tsconfig.json` solve my coverage problems.

In spite of the message to the contrary on these docs,[ following these instructions](https://docs.docker.com/config/daemon/ipv6/) with Docker for Mac appears to work. ![Screenshot 2021-02-10 at 19 58 39](https://user-images.githubusercontent.com/916064/107564475-62d37580-6bda-11eb-9af0-c56d6cb20b1c.png) ![Screenshot 2021-02-10 at...

I managed to trace the issue and I believe it is indeed related to the vite plugin. If I add the following to my `package.json`: ``` "config": { "forge": {...

Ok I've got the vite plugin working now too. I had to do 2 things: - Ensure my native dependency gets copied to the app bundle as vite is not...