Fabien Dubosson

Results 45 comments of Fabien Dubosson

@ublubu (and @travisbhartwell maybe) We are doing a cleanup of issues. Is this one still valid? If not, it would be nice if we can close it. If yes, it...

@travisbhartwell :+1: Thanks for the feedback, It is indeed a bug :smile:

@jb55 You can try what I've explained [here](https://github.com/syl20bnr/spacemacs/pull/5024#issuecomment-183136832), i.e. to modify `exec-path-from-shell` to only set variables like `GOPATH`, `RUST…`, etc… so that `PATH` is not modified.

When a person builds a docker container, he probably think of it has a safe operation that does not modify stuffs outside the container. Now if for any reason the...

Impossible to make cron working within docker on the RPI… Putting this issue aside for now. This may be helpful: https://github.com/b00giZm/rpi-cron

@t11em Indeed this seems to fix the issue, thanks for the link! Applied locally, waiting for it to be merged :-)

> but I just noticed that in this case < and > don't work correctly, need to fix that bug. Yes, it's what I meant by «This doesn't work in...

> It is not appropriate for spacemacs to execute arbitrary unverified code from the Internet Even when packages are downloaded through HTTPS, there isn't any form of verification nor signing...

> This is a common misunderstanding of the distinction between package signing and HTTPS. If the code is retrieved via HTTPS, then it is verified; the bytes sent over the...

> This is what I'm disagreeing with. Chrome, firefox, et. al. do not have an "insecure" option for HTTPS. They just have the ability to add trust roots. For me...