Mike Pye

Results 6 issues of Mike Pye

Did not handle case where packet boundaries split a body from its line terminator exactly. Line terminator not consumed, nor anything past it. For example: ``` OK 5\r\n12345 \r\nDELETED 10\r\n...

I'm not sure a clean merge is possible. All the words I remembered writing are in the commit message of https://github.com/mloughran/em-hiredis/commit/38286884c069ad0b4fb38839cff83f38c32bb8ef Sadly, it appears that I wrote the commit message...

These probably don't belong in the repo

QMK allows layouts to be shared across boards with the same physical layouts (e.g. planck and houndstooth), which is really useful if you own more than one board and want...

https://linkerd.io/2.10/tasks/getting-per-route-metrics/#troubleshooting The regex matchers are evaluated by the rust regex engine, not the golang one, so this troubleshooting advice is incorrect. As an example of the difference, `[\w-,]` is evaluated...