Max Willsey
Max Willsey
Same, this workout worked for me.
Interestingly enough, your `WorkForTest.hs` doesn't seen to be affected, even though it does the same thing with `worksFor` and `worksForYoung` in `q2`. That makes me think there was something different/wrong...
I would love to see an opt-in order-preserving comparison. Here's an idea that wouldn't require a 2.0: Add an additional type parameter `` to `IndexMap` and `IndexSet`. `E` is one...
Yeah, that makes sense. The proposed `Slice` type is sufficient for my use case anyway! It makes order-sensitive comparison on a newtyped `IndexMap` easy and cheap.
I love how `config` lets you write hierarchical configuration settings, but that does raise an interesting question as to how overrides/merging works. Example: ```rust struct Settings { foo: String, bar:...
@mehcode Sorry, edited parent comment. If I create a config from the above config file, I should get `Settings.baz` (not `bar`, as previously stated). The question is, how do I...
I was able to reinstall vorta and successfully add the repo. Here's what I did in sequence: 1. Install vorta flatpak on fresh machine 2. Try to add repo 3....
Ah, I see that https://github.com/Somelauw/evil-org-mode/pull/110 also addresses this issue, but this PR uses the recommended approach by the use-package docs (I think either would work, though).
Yep! That's the idea :)
Unfortunately, I don't have time to do that :( @alisawuffles and @oukenrui are going to be taking over as maintainers soon, and one of the big things we've talked about...