Boris Bera
Boris Bera
@ludeeus I have fixed the merge conflicts. I believe that I need your approval for the CI to run so that I can figure if it's still breaking and why.
@ludeeus I believe that I've fixed all the CI issues. I tested locally and everything worked as expected. I'll need your approval to run the CI again.
Looks like this has been released in [`[email protected]`](https://github.com/librespot-org/librespot/blob/dev/CHANGELOG.md#040---2022-05-21) ~2 days ago (May 21st 2022). I believe that this release allows for this issue to be fixed in spot.
I might have a hint on where this issue is coming from for the doc navigation and ToC. There's a negative bottom margin on the nav for those. When I...
Thank you for pointing that out. In my case, I find the `live` option useful in my usecase. I believe that we should still get an error in this case...
The `live` option streams the output of the sentry command directly to my process's stdout. This is the behaviour that I'm after. I'm writing a CLI that injects debug ids...
That makes a lot of sense. For my specific use case, I can make a change in `MyGroupsSidebarItem` so that it doesn't use compound refs anymore. I'm wondering if it...
You need to add a `cron: ...` option under each location: https://autorestic.vercel.app/location/cron When you call `autorestic cron`, it checks all locations to see if they have a `cron: ...` in...
I like the idea of specifying the lockfile through the config file. It makes a ton of sense to me. I don't think that we can fit this under the...
I've implemented the basic functionality of reading the lockfile path from the config. I still need to do some of the finishing touches: documentation and tests.