Joseph Coffland
Joseph Coffland
I'm adding 2,039,224 lines to Clusterize.js but then I cannot scroll past line 1,342,180. ``getRowsAmount()`` returns the correct number. Has the ```` reached some max height? It's 33,554,400px high according...
This adds a callback from ``evhttp_request_free()`` that guarantees resources associated with an ``evhttp_request`` can be deallocated. I found this necessary because the on complete and on error callbacks are not...
The documentation for ``evhttp_request_set_error_cb()`` says: ``` On error, both the error callback and the regular callback will be called, error callback is called before the regular callback. ``` It is...
This adds a configurable max connection TTL (Time to Live) limit. An event will fire on this server approximately every 60 seconds where it will check for and remove any...
Some emojis display normally in the terminal but are followed by garbage in polybar. For example, the following command will produce a sun emoji ☀️: echo -e "\xe2\x98\x80\xef\xb8\x8f" This works...
This adds Solana support. I copied the Lisk implementation for much of this. The added Solana API supports signing Solana transaction hashes because there is no practical way to interpret...
Would love to integrate LaserWeb4 on the Buildbotics CNC controller. It has a built-in Raspberry Pi 3 so it could serve LaserWeb over the network. It would not take much...
**Reported by @bb30994 on 10 Sep 2010 21:36 UTC** The UPDATING indicator covers a small fraction of the times when the GUI is unable to manage a new request. e.g.-...
**Reported by @bb30994 on 6 Aug 2010 06:59 UTC** Apparently the GUI cannot set config items on each slot. e.g. - I need to set GPU priority to Slightly Higher...
Console output should use a monospaced font so that aligned content displays correctly. This a very easy change. Just add the following to the CSS: .logline {font-family: mono;} Another solution...