Michel Meyer

Results 5 issues of Michel Meyer

In our use-case, we want to add the changelog manually as the tag message, we can easily do it by adding `git tag` [--edit](https://git-scm.com/docs/git-tag#Documentation/git-tag.txt---edit) support.

String object has a strange behavior when rconsole is present: ``` $ node > "toto".error undefined > require('rconsole') > "toto".error '\u001b[31mtoto\u001b[39m' ``` I'm using a module making a test on...

It's almost impossible to control the state of a `WebSocket` if there's a panic here (e.g. being able to start/stop a ws client or server). We must control each connection...

Fixes https://github.com/async-rs/async-tls/issues/56

Replace `crossbeam-channel` by [flume](https://github.com/zesterer/flume), which is coming with some advantages, see https://github.com/zesterer/flume#why-flume.