Yoav
Yoav
From my testing, everything seems alright but it could be that I haven't tested everything. The downside is that the ~/.2fa file format has changed a bit, so you'll have...
A launch or config option that, when active, will only suggest comletion for commands (i.e. a single word) and not the entire phrase from the history file.
With the direction that the app and extractor are going in, I think this will be a welcome addition. For the unaware: [Twire](https://f-droid.org/en/packages/com.perflyst.twire/) is a FOSS Twitch app.
[llucy](https://llucy.net/) is an alluc successor, a service that searches for videos in various streaming sites. I can try implementing this myself (though I haven't done any real android development before...
Currently there are many Data.List reexports that could be generalized to working on any monoid. Would you welcome a PR generalizing those?
The following commands were ran after each other, nothing in between: ``` λ ~ sudo xbps-remove -R gupnp gupnp-1.2.4_1 in transaction breaks installed pkg `gupnp-tools-0.10.0_2' Transaction aborted due to unresolved...
Can be seen here  My configuration: ``` [global] font = "Droid Sans 8" allow_markup = yes format = "%s\n%b" sort = yes indicate_hidden = yes alignment = center bounce_freq...
I actually started implementing this myself but got stuck so I'm using GitHub issues as a support platform. The site in question (chan.org.il) has an outdated HTTPS certificate, so the...
In `ImportAccountForm.cs`, the manifest file's path is relative to the working directory: ``` string ManifestFile = "maFiles/manifest.json"; ``` This causes errors when the program was launched from a different place...