Paolo Scanferla

Results 21 comments of Paolo Scanferla

> What's wrong with just rebuilding for configuration changes? @heyimalex: for instance if you deploy your apps using docker, having to rebuild the app for configuration changes has some drawbacks:...

#### Update from a user For those who might be interested, I've built a static server "specialized" for serving and configuring at runtime create-react-app apps: [staticdeploy/app-server](https://github.com/staticdeploy/app-server). It also allows for...

@PedroGuerraPT : [app-server](https://github.com/staticdeploy/app-server) also allows you to set `PUBLIC_URL` dynamically. You just need to set `PUBLIC_URL` to `./` during the build stage, so that all generated links are relative. At...

This feature is proving to be more difficult than anticipated. The first approach I took was using Excalidraw's `exportToSvg` util to generate an svg to embed in the pdf. Implementing...

And here are some mockups for a "UI solution" to the performance issue mentioned in the previous comment. ### Save modal The first time the user clicks on the save...

Having thought over the various options for a while, I think the simple **Option 3: just generate higher-quality pngs** is actually the best approach. The pdf format is the most...

Note: the possibility to toggle Dark Mode / change background colour has been removed in #36 (hiding the control with CSS), figuring it's better to have it off than on...

Hi @INF800, 1. It's on the roadmap: #29. In the past few months I haven't had time to work on this project, and my side-project-time situation is not improving, 😅...

This might also be a good place to put version information.

I did not know about Tauri actually, thanks for linking to it! Very interesting project. I wrote Electron just because I've used it and I'm familiar with it, but I'm...