Jean-Philippe Cugnet

Results 49 comments of Jean-Philippe Cugnet

Hi, I’m *not* hitting this issue in a FreeBSD 11.2 jail with Erlang/OTP 21.1, Elixir 1.7.3 and Distillery 2.0.10 when exporting `NODE_NAME` before to run the commands. I’ve just tested...

As a workaround, I’ve added this to my `.spacemacs`: ```elisp (with-eval-after-load 'magit (define-key magit-mode-map (kbd "k") 'magit-stage)) ``` Not sure if it breaks anything else.

Hi @ambientsound, No problem, every little project has the right to hibernate :) Speaking about services, I would like to integrate Qobuz too at some point. I’ve requested an app...

I’ve tried this at work on a colleage’s PC who needed a small tool I’ve developed: it was my first time in WSL. I thought it would be simpler to...

@michaelkschmidt Reading [this article](https://blogs.msdn.microsoft.com/wsl/2017/04/14/serial-support-on-the-windows-subsystem-for-linux/) from Microsoft, it seems it is. I’ve been able to get a `:ok` from `Nerves.UART.open/2` after `chmod`-ing. I’ve not tried yet to actually communicate with the...

Hello @MathiasKoch, it seems we are trying to do the same thing indeed. I had originally opened this PR on top of `stm32l4xx-hal 0.2.0`, but could not merge at the...

Mmm, not on my side: I’ve been able to get it working yesterday with my code on a STM32L476RG. But indeed if the register is missing for other devices that...

Hi @fturco, I think this issue is related to #56. I’ve hit the same problem using ZFS: outside of the dataset where your home belongs, it seems `trash-cli` has some...

Sorry for not replying, my bandwidth is quite limited this week. I put this on my pipeline for when I’ll try Marker, maybe in a week or two.

It seems to be a lack of support for `iolists` in Marker. Plus, I noted that if you use Marker tags inside a Phoenix tag, only the last one is...