Jon Gjengset
Jon Gjengset
Ah, interesting. I actually don't know the best way to set icons without hard-coding the path... Making the icons customizeable would certainly be one way to do it though. Any...
I think maybe the nicest thing would be to have accounts be an [array of tables](https://github.com/toml-lang/toml#array-of-tables), so that the (single) configuration file ends up looking like this: ```toml [icons] empty...
Feel free to submit a [draft PR](https://github.blog/2019-02-14-introducing-draft-pull-requests/) and I'll try to guide you along if you want :)
Ooooh, that'd be neat!
Hmm, I'm not sure where the best place is to list them, in particular because they are all introduced by the crates that `buzz` depends on, and not `buzz` itself....
This is great, thank you! I'll bring this up next stream, and also add a comment to the code to clarify (or maybe you want to do it with a...
The workaround for this is presumably to use an `Arc`, which you use to get mutable access even from a `Fn`. It's not terribly clean, but it'll work even if...
Should this be closed now then?
Actually, is this a duplicate of #25?
I read #25 as *ignoring* semver, and thus also showing incompatible updates. Unless I'm mistaken, that should lead to *all* updates being shown, including things that are held back because...