Loic Nageleisen

Results 176 comments of Loic Nageleisen

Ah, wait I had this: ``` nmap z :set nolist:Goyo ``` So in that context, it's on me to reset it afterwards. I'm still on the opinion that, like `:set...

Cool! I've landed a detailed explanation [over there](https://gitter.im/ruby2d/ruby2d?at=5e1c69f91cf5106b35130a95).

WIP: I have to look into non-MRI rubies handle that (if at all) and `#ifdef` it out as needed.

Rebased. Ruby has no threads and https://github.com/mattn/mruby-thread as an option, but no GVL API?

Thanks for the report folks! Looking into this.

I think here is the [relevant documentation](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html).

I needed to make a quick script to solve some outstanding issue, so I fell back to use python's boto in the meantime.

For those that stumble on this and, like me, use a pure nixpkgs install (i.e don't use nix-darwin, flakes, or whatever), I'm popping up a `nix-shell` with arm64 derivations quite...

Thanks @LnL7, I think I managed to do it: ``` $ sudo su -l # cat /etc/nix/nix.conf build-users-group = nixbld system = aarch64-darwin extra-platforms = x86_64-darwin aarch64-darwin # launchctl unload...