Guillaume Gelin

Results 147 comments of Guillaume Gelin

I feel that the different README files structure would be interesting if there would be a lot of resources in the different languages. But most of the time that's just...

> Since the list is in English, the main link should point to the translated version. The original can be linked to in parens, like (Source). Yep, and it has...

~~We should at the very least have Travis + Shellcheck.~~ Edit: done

https://github.com/Checksum/critic.sh

Hey @DarkTrancer :wave: I thought about a similar feature already; we could make it possible to associate a pre-defined output (or regexp) of the context command to a given color....

I would have done it synchronously at first for the sake of simplicity, but yes, whatever, that's the idea!

The problem with multiple file paths is that you can't really have a simple way to iterate against all contexts, apart from having another file or an environment variable that...

I feel like this is a real issue. Couldn't `ssldump` be used with an option?

I've suggested `ssldump` quite randomly. Do you see anything else that could do the job in a less "hacky" way?

I ended up doing it with nginx by terminating SSL, doing a `proxy_pass http://localhost:8800` and then using that 8800 socket.