Hugo
Hugo
~~I'll upload a relevant unit test that exposes this in a few minutes (I'd like to include the issue number on the `expectedFailure` decorator), plus some sample code on how...
On a clean install of 0.1.1, `nwg-bar` fails to start: ```console > nwg-bar Copying file: /home/hugo/.config/nwg-bar/style.css Copying file: /home/hugo/.config/nwg-bar/bar.json 2023/09/28 12:58:13 open /home/hugo/.config/nwg-bar/bar.json: no such file or directory ``` I...
Attempting to deploy a very minimal setup, I've gotten this error: ``` Serverless Error --------------------------------------- ServerlessError: The function execution role must be assumable with edgelambda.amazonaws.com as well as lambda.amazonaws.com principals....
From https://github.com/pimutils/mates.rs/pull/31 Most of this diff is changes in `cargo fmt` and replacing `try!(x)` with `x?`.
**To Reproduce** ``` khal new -i calendar: personal summary: an event created via khal new -i datetime range: 3d critical: Could not parse "3d". critical: Please check your configuration or...
First of all, I'll clarify that I'm not using cosmic desktop; I'm trying to use cosmic-files under swaywm. I'm trying out `cosmic-files`, and files don't render icons. The console output...
Following up on this long thread: https://fosstodon.org/@[email protected]/111002189225139704 The original proposal is here: https://bugs.freedesktop.org/show_bug.cgi?id=100344 And there's an ongoing discussion on the dbus issue tracker: https://gitlab.freedesktop.org/dbus/dbus/-/issues/171 This is required to eventually fix...
Whenever data is read via `load` or `read`, the data `Ini` instance is mutated in place, but a clone of the inner data is returned too. So I end up...