Diptesh Choudhuri

Results 82 issues of 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: ![image](https://user-images.githubusercontent.com/60938164/227697312-b17fdde9-0652-4d9b-8f4d-1d414faefc25.png) ###...

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...

question

Hello! Is there any ETA for adding the `down` and `stop` subcommands? It becomes very tedious to stop the containers manually.

feature-request
gathering-community-feedback

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?

backend

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. ![image](https://github.com/geofmureithi/apalis/assets/60938164/816e7cac-516a-48e2-887b-b47af853eae2) 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...