Marcin Cieślak
Marcin Cieślak
I got this when starting Racoon for a very first time with no database by clicking "View" and selecting "My Apps" Looks like we shouldn't try to set autocommit then...
Fixes https://github.com/onyxbits/raccoon4/issues/46
`Replaced 0 occurrences` from `mastodon-tl--update` and the favourited toot is not marked with `(F)`
How to reproduce: 1. open a timeline in Emacs 1. pick some existing toot from the timeline 1. open mastodon in the web browser 1. use the web interface to...
FontAwesome distribution has a very simple structure: just [one directory with 5 files](https://github.com/FortAwesome/Font-Awesome/tree/41b9ed01103e6820c3cb043ba7ddab30ecd3f4c0). Unfortunately, we cannot simply say in `package.json` ``` "root": ``` because we need to play the "locale...
We can't load pickled SmartList properly This adds a failing test to demonstrate
I have tried booting PD 17.4 under Xen (FreeBSD is dom0) with a following config file: ```` builder = "hvm" name = "puredarwin" disk = [ '/home/saper/dist/pd_17_4.iso,raw,xvda,w' ] boot =...
**Is your feature request related to a problem? Please describe.** After https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/626 we can now see non-text content types when received from the API. What I would like to be...
Unlike RSA which requires hashing prior to signing, pure Ed25519 and Ed448 signing algorithm identifiers do not refer to the "hashing algorithm" at all. certvalidator uses this to detect [weak...