Scandiravian
Scandiravian
I tried modifying the `RustyHookOpts` to this ```rust Run { #[clap(long)] hook: String, // Changed from #[clap(name = "git args", raw(true))] #[clap(name = "git args")] args: Option, }, ``` This...
> Yep, your analysis is correct. There's some [work in the Taskchampion repo](https://github.com/GothenburgBitFactory/taskchampion/issues/372) that will help write performance, If you'd like to work on read performance, please do! It's been...
> What exactly query are break? @k0ste Since PromQL doesn't support many-to-many joins and a new timeseries is created for each unique combination of labels, it's not possible to do...
> disk-by-path might be another way to get a more stable identifier. @kfox1111 I did consider suggesting this as well, though I decided against as that information is either available...
As I mentioned in #26, I had some ideas for adding integration tests to the project and I would like to hear if that would be something that would help...
As a (temporary) mitigation, you can set `priority = {'fix_file': 10000}` in your settings; or just disable it entirely with `exclude_rules = ['fix_file']`. It won't fix the underlying issues, but...
I'm experiencing the same issue with "bank sync". I have three linked accounts and each time I try to sync them, at most one of the accounts are getting synced.
This is also an issue when behind a Cloudflare proxy, so I think suggestion 3 would be the best solution, as it's more general than 1 and 2, which are...
@nrdxp, let me provide an example to illustrate how I believe this approach could enhance security. I'll begin by discussing why I think `security.sudo.wheelNeedsPassword = true` should be avoided. Then,...
@nrdxp thanks for the reply. It sounds like we might be in agreement. My issue description might have lacked clarity in its description and focused too much on a solution...