skubakdj

Results 8 comments of skubakdj

For anyone new to the package, the workaround seems to be to embed the command in a script: ``` { "lol": "run-s 'cmd:echo 1'", "cmd:echo": "echo" } ``` Which produces...

I was able to produce four distinct errors that crashed OM while stress testing. I think only the third is related to this issue specifically, but I wanted to include...

> Thanks will look. In case you get the error again in gdb, you need to call bt command for backtrace Thank you for the suggestion! I hadn't used `gdb`...

My availability this week is rather poor, but I'll post the gist and backtraces as soon as possible!

Here's the `gist`, instructions to run are commented at the top: https://gist.github.com/skubakdj/668bbc9f186213f17026163567566071 I was only able to recreate and obtain backtraces for the second and fourth errors described above. Second:...

Thanks for taking a look! I'll add more info if I come across any.

The console in Firefox complains about issues with styling and the CSP: ``` Content Security Policy: The page’s settings blocked the loading of a resource at self (“style-src”). ``` Not...

Looks like this is a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1262842