Marek Brenčič

Results 18 comments of Marek Brenčič

I guess the whole library could be brought back to sfc (.vue) as vue 3 fully supports TS.

@marjangvg are you sure? It's under GPLv3 which means you'd have to release it under Apache 2.0 or GPLv3.

@luisDanielRoviraContreras don't get me wrong I'm all in favour of opensource, even in case of GPL but in case of component libraries... LGPL could work better (than GPLv3) - if...

I think it's the FF settings involved. You can use this though ```js window.open(pdf.output("bloburl", { filename: "my.pdf" })); ``` ![image](https://user-images.githubusercontent.com/15309350/161559633-e9f839f5-eb08-4725-a9ca-cf5f10f90828.png)

@formulahendry would you consider this? Arch linux has got OSS build in oficial repos which works with system wide electron instead of bundled one.

This package didn't work for me no matter how I hard I tried to configure it. Maybe because I use ES6+ including imports (no single require() in my project) Builtin...

It's not prod, but dev server. I just need devtools but nuxt forces production env on nuxt build. I've tried to take a look into source and noticed you need...

@Atinux I see. There's middleware option enabled. Haven't realized even though docs mention it 😅 https://github.com/nuxt/vite/blob/04d01edfa9d5eb94e76736ae95a6394bba375a06/src/client.ts#L38