Sébastien Celles

Results 294 comments of Sébastien Celles

I don't use Notepad++ anymore. Could you try https://autohotkey.com/boards/viewtopic.php?t=50 and tell me if it works for you

Pinging @ViralBShah @cameyo authors of this file

Maybe you can submit a PR to modify `README.md`

You can simply do it by editing file using GitHub web interface. Create a new branch for that. And then, create a pull request

SerialPorts.jl could first use PySerialPorts.jl and later LibSerialPorts.jl PS : https://github.com/JuliaIO/Roadmap/issues/3

As discussed in https://github.com/JuliaIO/Roadmap/issues/3#issuecomment-741585676 renaming `SerialPorts.jl` to `PySerialPorts.jl` should be considered A first step could be to create `PySerialPorts` with exactly same code as `SerialPorts` and publish it Then deprecating...

A @JuliaIO owner https://github.com/JuliaIO should create [PySerialPorts.jl](https://github.com/JuliaIO/PySerialPorts.jl/) repository under JuliaIO Pinging @andreasnoack @ararslan @tanmaykm @sjkelly and all...

``` bash $ bash --version GNU bash, version 4.3.33(1)-release (x86_64-apple-darwin14.1.0) Copyright (C) 2013 Free Software Foundation, Inc. Licence GPLv3+ : GNU GPL version 3 ou ultérieure This is free software;...

``` $ brew install coreutils ==> Downloading https://homebrew.bintray.com/bottles/coreutils-8.24.yosemite.bottle.tar.gz ######################################################################## 100,0% ==> Pouring coreutils-8.24.yosemite.bottle.tar.gz ==> Caveats All commands have been installed with the prefix 'g'. If you really need to use...

Yes after changing PATH it don't display "Local only repository" anymore ``` export PATH=$PATH:$HOME/gws export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" ``` but I'd prefer a less intrusive solution