Danielle McLean
Danielle McLean
Currently, every package you install ends up in a directory `pack/minpac/$TYPE/$PACKAGE_NAME`, which I find a little confusing. The documentation states that packages will be installed into the following directories: ```...
Supporting Powerline and Font Awesome out of the box is great! Would you be interested in adding official support for other sets - such as devicons - like https://github.com/ryanoasis/nerd-fonts does...
Goldleaf 0.9 always lists all "dotfiles", which can mean dramatically inflating the list of files when you connect to a Mac using Quark for example. The SD card on my...
There are one hundred senators in the U.S. Senate, and you get an achievement for buying out all of them. Then you can buy more Crooked Senators. _Where are these...
I'm self-hosting both Miniflux and Wallabag, so naturally I've asked Miniflux to subscribe to [the Wallabag News page](https://wallabag.org/en/news) so I know when I need to update. However I've just realised...
This script _should_ produce functionally-identical JS as output: ``` js const js = ` var example = function() { return /*@ngInject*/ function($scope) { return $scope; }; }; `; const ast...
I just saw a toot that started with `@Gargron @Gargron`, rather confusingly mentioning two separate accounts, which was rather confusing. This display is consistent with the Mastodon web UI, and...
in Slim, you can take multiple lines to set attributes on a tag, if you use an attribute wrapper. For example, here's something I just tried: ```slim script{ defer crossorigin="anonymous"...
The "Indicate if page already saved" option is expected to make requests to your Wallabag server for every URL you visit, so it can check whether that URL is already...
Miniflux's API supports authorising your request in two ways: either with HTTP Basic auth, using your regular Miniflux username and password, or [as of Miniflux 2.0.21 using an application-specific API...