Wade Mealing
Wade Mealing
Gday Radis101, I've done a few changes to ensure it starts as a standard application in erlang now. https://github.com/wmealing/raboter/tree/gen-serverize This used your code as a base, you can cherry pick...
gsub isn't cool these days.. re:replace is what the new kids are using.
I wanted to take a moment to thank the programmers and maintainers for their work they have done to make this functionality useful. This library has significantly made my introduction...
I'm looking at getting termbox2 (https://github.com/termbox/termbox2 ) working, and trying to run nifty against its configuration. I've had to slightly modify nifty to run on my my configuration. 1) I...
Gday, I've got some basic code written for common lisp to output a pdf of the google calendar ( https://github.com/wmealing/ics2pdf ) , I'm wondering if you'd like a feature that...
I use C-c C-d t (to run tests) Status bar shows Unexpected reply: (404 Object Not Found) Logs: EDTS [info]: Node awesome started EDTS [info]: Successfuly intialized node awesome [4...
I made a request on how to use send-message on the 40-ants gitter-chat, and a few steps were mentioned that would allow send-message to work correctly. The steps that are...
Gday, I've found that this doesn't build nicely on osx. Rather than bother you to help fix it, what environment (with versions) are you running this on ? I will...
I don't know if there is any, but a section on designing usable TUI apps would be nice to have. I don't know of any and my search on the...
Gday, The project readme reccomends installing a version from hex.pm which is not published to hex.pm. The workaround is to specify the mix's dep explicitly to github with the version...