Diptesh Choudhuri
Diptesh Choudhuri
Hello! I have been following this project closely for quite a long time. I was wondering if this project is suitable for real world usage. Nothing mission critical, just want...
Hello I am the author of [Ryot](https://github.com/IgnisDa/ryot). I believe the goals of Librum and Ryot align wonderfully and would like to propose an intgeration between the two. What do you...
### Description of problem I tried installing a specific commit for a plugin via: ``` dokku plugin:install https://github.com/IgnisDa/dokku-edgedb.git --committish 71d116ef604baada41194146b081d4fa268760b7 ``` But it exits with a non-zero code:  ###...
Hello, awesome project! I am the developer of [Ryot](https://github.com/IgnisDa/ryot). I have started working on add fitness tracking support to my project and was recommended to check this project out. I...
Down command
Hello! Is there any ETA for adding the `down` and `stop` subcommands? It becomes very tedious to stop the containers manually.
For example `githunt -l python -f table -o githunt.txt` will pipe the output of the command to `githunt.txt` which will be saved and can be browsed later.
Is there any reason why this isn't already a thing in Apalis?
Would it be possible to remove usage of `async-timer` [[reason](https://github.com/tokio-rs/tokio/issues/5975#issuecomment-1731921015)]? I am getting a `BorrowedMutError` and here is the full stacktrace: ``` thread 'tokio-runtime-worker' panicked at /home/archlinux/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:1026:49: already borrowed: BorrowMutError...
I am not sure why the error happens, but as soon as I remove the `RateLimitLayer`, the error disappears.  Here is what the code looks like: ```rs .register_with_count(3, {...
Looking at the docs for DiskCache [here](https://docs.rs/cached/latest/cached/stores/struct.DiskCache.html#impl-DiskCache%3CK,+V%3E), it defines: ```rs impl DiskCache where K: Display, V: Serialize + DeserializeOwned ``` Is there any particular reason why it needs to implement...