Steve Kemp
Steve Kemp
The assembly output by [bfcc](https://github.com/skx/bfcc) should now be able to compiled by this assembler. Of course we'll need to tweak the output to use registers we know about - e.g....
I guess this project has reached the end of its useful life. You can serve the files via a simple HTTP-server, but at that point the utility is gone. From...
If you click the hashtag button on the content-generator it will append "#blah #blah" to the content-field, as expected. Press it a second time and it will add more tags...
While I've no intention of deleting/removing the project I think it is fair to say that there will be no further work on it: * There have been no commits...
We cannot run/write: * `thread_next()` * Jump to next message in thread. * `next_thread()` * Jump to next thread. Because that information is not stored in the messages - just...
We've had a recent improvement of TAB-completion implemented in #328, this allowed us to operation specific completions: * Completion of file/directory-pathes * Including spaces. * Completion of email-addresses * Via...
These two functions are __huge__, and they shouldn't be. Perhaps we should look at moving some of it into the C++ side.
If we're in message-view we pretty much reparse and redraw the display every second - which is when the input reading timesout. Some modes we need to do that, specifically...
I'm writing this down not because I'm committing to making the change, but because it has been on my mind for a couple of days. We started our implementation with...
This pull-request updates all our code to remove references to the methods in the depreciated io/ioutil package, updating them to use similar methods in either io. or os. packages instead.