M Conrad
M Conrad
[SimpleMDE](https://github.com/sparksuite/simplemde-markdown-editor/) is a great editor, but has some bugs (258 github issues), and hasn't received a commit since 2016. There are 1000 forks, but [EasyMDE](https://github.com/sparksuite/simplemde-markdown-editor/) looks like where all the...
The purpose of Data::Printer is to show people what is in their data, but currently there is no way to see if a string contains ``[\x01-\x07\x0E-\x1F]``. These are not escaped...
Allow a client to create a file descriptor and then pass it through the command socket to daemonproxy. This will require the command pipe to be a socket, rather than...
Test on an old version of FreeBSD (like 4.4) and then a new version (like 9.0) and assume everything inbetween works.
I have a situation where I want a generic function that finishes a harness and reports its result, but doesn't know if the caller started the harness yet. The module...
I wrote an alien module for FluentBit, and its make process generates a broken fluent-bit.h. While I'm waiting to get this fixed upstream, I needed to just inject my own...
After the Gather stage of an Alien module, the Alien module contains strings in ``->cflags`` and ``->libs`` that point to the final install path. But, when Test::Alien is used, those...