Kilian Valkhof

Results 186 comments of Kilian Valkhof

I want it the other way around: Both development and production using the file protocol instead of a web server. This would be a good improvement to the boilerplate.

You could serve the HTML as a file but HMR the JS? (Not sure if that's possible with Vite because the html is the entry-point, but it's the architecture I...

You can get 90% of the way by letting people set custom attributes and corresponding values. An additional ask for that 'story' is that I now have a page called...

re adding attributes: that makes sense, yes. re: kitchensink: you can run it sequentially on multiple pages, but it's configured to have a single page -> single sketch file mapping....

It wouldn't be hard to make this with the existing code, but do you have any specific use-case in mind?

https://github.com/electron/electron-rebuild already does that though?

@mkeftz your approach is more forgiving, so 'safer' in that regard, but @mathieudutour is more explicit, meaning that any bugs caused by referencing something that's not there will be made...

A `.tokens` file could be a container, making that split possible. Saying that there is never an overlap between variants is very opinionated and in the case of eg responsive...

You are right, I will see if we can fit this in (together with individual deletion of files from the list.

Can confirm this has been an issue since at least Electron 8 if not earlier. The issue goes away if the debugger is never attached. Can also confirm that its...