Flavio Diez
Flavio Diez
Just my 2 cents here: Although the idea of automatic grouping sounds good I think it will lead to a lot of grouping that was not desired. I think the...
I would like something a bit more straight-forward but here is the solution I have: (I am also using jQuery for this test) ``` const doc = new jsPDF("p", "pt",...
I wanted to share a second solution that I found. I wanted the PDF to have a precise size, and at this size, I had a perfect arrangement of my...
Had exactly the same error using the github action proposed on the website so I can rule out that my machine is incorrectly configured and assume it is something I...
Yeah I've tried to update everything I can but I cannot for the life of me get the CLI updated. I am happy to hear that I wasn't just going...
ok but this dependency to the `@tauri-apps/cli` is not taken from the `package.json`? I mean if I look at my `package.json` that dependency is up-to-date: ``` ... "dependencies": { "@tauri-apps/api":...
ahhh I see! Thank you so much for all the patience and explanations @lucasfernog
I was doing some experimentation and I've tried to commit my `node_modules` folder (also the benefit of speeding up the pipeline) with the up-to-date contents of the `vue-cli-plugin-tauri` from the...
Just tried now on Pop OS! 21.10 and I used `chmod` and ran it. I got asked if I want to integrate with my system and after I just get:...
Hey @redzumi! Unfortunately I did :/ Running `yarn dev` runs the front-end but it doesn't communicate with the docker environment properly so that all its tries to contact the backend...