Joschua Kesper
Joschua Kesper
Hoogle will now use the `$XDG_DATA_DIR` instead of `~/.hoogle` as the default path but still use the old one as a fall back if it doesn't exist. Fixes #403
While looking at how other programs handle flags I found some special cases: 1. `--[no-]xxxx`, which is a pair of flags to override a boolean value, with one help and...
### Description / Steps to reproduce the issue In `sh.exe` when running something like `echo "$(this-command-does-not-exist)"` `sh` hangs and does nothing On the msys2 version of 2023-05-26 (installed with `stack`)...
### Description Allow changing and disabling the hanging-indent of enum list similarly to how `par` does it. ### Use Case I would like to remove the hanging indent for enum...
Currently when we have more than 99 results it shows as [XX/>99] or if we are after the first 99 as [>99/>99]. I often use the search as a quick...
As the title says, a feature which allows switching tools from the inventory into the current slot and back would be nice. This does effectively add a new type of...
While trying to find the cause of a bug I found this section in `src/modules/network.cpp`: ```cpp char ipaddr[INET6_ADDRSTRLEN]; if (!is_del_event) { if ((net->addr_pref_ == ip_addr_pref::IPV4 || net->addr_pref_ == ip_addr_pref::IPV4_6) &&...
Added an implementation to read form fields. The design is very oriented along the internal pdf representation. I may design a better API based on it later. Since I only...