Amanda Cameron

Results 9 comments of Amanda Cameron

It just stops completely. It's a very large number of messages though, but at a certon point it just stops getting messages, before the end of playback message. On Jul...

So, I was hitting this problem myself, when I had a brain-wave. I was getting it when I did `lxc shell host:dokku` -- that spawns a shell in the lxc...

``` USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 142 0.0 0.0 12716 4348 pts/1 Ss 17:09 0:00 su -l root 207 0.0 0.0 10772 5032...

Compaired to from under ssh: ``` USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 169456 10860 ? Ss 17:09 0:00 /sbin/init root 78...

Thinking more on it, you can probably get a similar setup to reprecate the problem in ps_backtrace via `docker exec` inside an existing container. I suspect the `ps` chain you're...

I'd say try checking what the output of looking for the parent of pid of 1 is, and breaking on that instead, as that'll also apply to the pid that...

ASsuming "Build Guide" is regarding using it in IntelliJ, you already commented something like it in [a previous issue](https://github.com/MightyPirates/OpenComputers/issues/2614#issuecomment-343415192) might be worth copying into the wiki as a "Contributing to...

Any chance we can get a point release containing ansible/ansible-language-server#604 now that it's been merged? Would be really helpful for people using different clients

Actually writing this out made me realise checking one before the other would probably be counter-intuative, so they should probablu both be checked at the same time using an OR?