Paul Sweeney
Paul Sweeney
Hmmm. Will need to test this one out a bit. There was a few situations I've been trying to address with the delay, and it was the quickest hack I...
Plugins should be avoiding writing to disk during build hooks. Instead they need to be written to either use ```emitFile()``` or use a write hook like ```writeBundle```. This unfortunately affects...
Not familiar with Workbox. Do you have a reproducible example of trying to use the plugin with Nollup? Is there something in particular going wrong?
Thanks for the repro! Infinite loop like that usually indicates that a plugin is writing to the disk, which causes the file watcher to trigger a rebuild. That seems to...
Hmmm, it works for me. Can't reproduce.
That's strange. I'm not sure what would cause there to be a stray ```\r```. For the purpose of writing a regression test, would be important to figure out what's causing...
Do you have the full log available from using the script approach?
Potentially related: https://github.com/yue/yackage/issues/19
Same error as #1 in this case. When you say you had no success with https://github.com/PepsRyuu/dock-window-preview/issues/1#issuecomment-1149583072, can you explain what happened in more detail? Was there an error message? What...
Very interesting! Thanks for the extra info! Although I'm not sure where this takes us. The first command you have that says that ```yode``` was downloaded pre-signed, but there's other...