Paul Ritter
Paul Ritter
I have the same issue, swipe up gesture with Google Search is reset after a couple of days whereas some random app that I assigned testwise persists.
Issue didn't occur since update 👍🏻 Thanks.
Judging from this issue and the related https://github.com/dependency-check/dependency-check-gradle/issues/148, I think it's fair to say that a significant portion of users disagrees with the dev on the issue whether one should...
It can be done with a pre-commit hook using Spotless and your build management tool of choice, in-depth discussion here: https://github.com/diffplug/spotless/issues/178
Hey guys, thanks for the work so far :) What is the status of this PR, looks "abandoned"? I think, the ability to format on save the current file only...
Here's another use case: building the image in CI without internet access, e.g. due to corporate proxy or air-gapped scenario. The problem here is that the builder tries to download...
This is a nitpick and maybe it is already the case because the difference is hard to tell to be honest. But if possible, the space between the number and...
I was able to recover my data via the API as described here: https://actualbudget.org/docs/api/#connecting-to-a-remote-server The `downloadBudget` call stores the `metadata.json` and `db.sqlite` in the given `dataDir`. A zip of the...
Hi, no manual db modifications I'm afraid, just using the app :) Looking at the code, `data` can also be `null` if the argument to `deserializeClock` is `null` since `JSON#parse`...