Maxence

Results 7 comments of Maxence

You need `cbreak`. This works for me: ``` win = Crt::Window.new(24, 80) Crt.cbreak Crt.notimeout(true) win.clear win.print(5, 10, "hello world") win.refresh key = win.getch Crt.done puts key ``` I've just added...

Yes I know it seems weird, but I need both `Crt.notimeout(true)` and `Crt.cbreak` to make it work, otherwise "it still exits immediately". 😕 Edit: using `Crt.cooked` also "works" (it's waiting...

I think you meant https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html

Ok, I'll try to have a look as soon as possible. I haven't used it for a while and haven't tested it with the last elixir version. Maybe the issue...

:+1: I'm also facing this issue on Ubuntu 14.04.3 LTS Edit: ok I was facing the same issue that https://github.com/tuxpoldo/btsync-deb/issues/184. I had already installed then removed btsync a few months...

Any news about this? :) I'd love to use Zed for all my Terraform repositories! 😊

I've seen the same yesterday. The thanos-sidecar started to eat all the memory available on the node, until OOM and crash. It's the very first time we're noticing that behavior....