Michael Leuchtenburg
Michael Leuchtenburg
$ cd ~/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/test-unit-2.5.2 $ ls lib test test-unit.rb vim . ^p test-unit.rb == NO ENTRIES == I'm not sure why, but for some reason nothing in subdirectories of gems under...
Complete Multipart Upload is a bit weird in the REST API. Rather than return a failed HTTP code for a failure, it returns 200 OK immediately and then may later,...
Currently, if a user copies a .desktop file into some other directory, they will get duplicate entries in menubar. This PR changes that so that only one entry is kept....
pactl has no way to set limits on the max volume, and so neither does this widget - calling volume:inc(5) repeatedly will bring the set volume above 100%. A simple...
Recently, Exilence Next started losing items randomly between snapshots. It always thinks I've lost *all* of a given item, but not everything in that tab. e.g. it will think that...
On https://www.ddcutil.com/building/, in the section on building from a tarball, it says: ``` issue the commands: # ./configure # make # sudo make install ``` However, a configure script is...
I have three monitors on my laptop: the built-in one, and two external ones connected via a Lenovo ThunderBolt 4 Dock (40B0). One of these is connected via DisplayPort and...
Apps built using the Electron framework may be packaged so that they have a commandline that looks something like `/usr/bin/electron --app-path=/usr/local/appname/resources/app`. Some other apps may also have a binary name...
Since async() is not implemented in Busted 2, could it be removed from the documentation? https://lunarmodules.github.io/busted/#async-tests shows version 2.1.1 and yet it is not implemented.
jslogo
This should render on https://www.calormen.com/jslogo/ as that's what we used during development. I just confirmed that it does work with the final set of comments (all the non-code). On smaller...