Matt Mueller
Matt Mueller
right now docker does not handle `SIGTERM` signals, so `mg restart` wont kill the process.
every time you restart mongroup you need to remove LOCKs on leveldb databases and stop the docker running instance with `docker ps`, `docker stop ID`, `docker rm ID`. lame.
haha yah, I thought about that. maybe doing a ``. Only problem is that triggers with changing tabs too. Hmm, isn't there a way to reload just one tab? I've...
Oh good idea, I misread. I was talking about closing the browser window automatically. Not sure it would be finished `onload` with things like setTimeout's but we could hook into...
Quick question: is this a bug in the V8 implementation or in userland?
Ah, I hadn't realized this issue was ESM-specific, but that's still a very interesting summary of the current state of affairs. Thanks!
+1 :-)
i did some work to try and get native mocha reporters working with saucelabs: https://github.com/MatthewMueller/component-test/blob/master/lib/runners/sauce.js#L48 I just tested on the spec reporter though.
hm... i wonder if there is a way to detect the terminal background. I can confirm that the default theme is tough to read on the default terminal on mac....