David
David
My intuition, is to not use a super trait at all, have the different providers impl Provider, with sensible defaults. Looking a bit at the code I noticed that the...
As a new user, I was going to assume that this was how mobile sync would work. As others have said, creating and editing notes that sync back to the...
Thanks, the impact on me personally is minimal. I have edited a local copy of the JSON schema and used that to generate client API bindings, and I have been...
Oh, the breaking part would be that clients that previously assumed those required fields were always there would break if/when they stopped being there... even if that isn't true in...
I don't know if Firefox used to not share a window name, but now it appears to: ``` $ firefox --version Mozilla Firefox 62.0.3 $ xprop | grep 'WM_NAME(STRING)' {Click...
I ran into this too, it worked for a while. It might be that we've been rate limited since grip contacts the github API. This is my guess.
> I think it's worth mentioning there had been a number of fixes on `trunk-ng`. I would encourage you to try this out: https://github.com/ctron/trunk … If it's still an issue,...
*Ahem* no issue here. Anyone else running into this issue should run `cargo aoc ...` from the root of your crate and not from within src/ as I was doing!...
Hi, I'm using aoc again this year and it is working well for me. Did you find a fix for your issue yet? If I was a gambling man I'd...
I think the cookbooks use of error-chain gives the false impression that error-chain is the current, favoured error-handling library. We could update to use the latest error handling libraries thiserror...