Results 33 comments of Oleg

I'm not a security expert to judge :) Was just curious to know if there's any particular reasoning on this one. There is a safe way to use telegram is...

Thank you I'll give it a shot

I wonder if this should be reopened? I just hit similar issue, but in my case the redis state was `rq.exceptions.NoSuchJobError: Unexpected job format: {'status': b'canceled'}` I'll use the @emadelwany...

I didn't get a chance yet to investigate further. I don't know for sure, but it seems that the job does exist, but in one of the sates where there's...

I support this as well. My use case is to feature some blog posts on the main `index.md` page alongside some "intro" material.

Running Linux Mint 21.1, x86_64, amd64. When trying to install `veracrypt-1.26.7-Debian-12-amd64.deb` I get `Error: Dependency is not satisfiable: libwxgtk3.2-1`. But using the generic installer `veracrypt-1.26.7-setup.tar.bz2`, everything worked smoothly. (I used...

Try to remove the `"type":"integer"` for the path parameter(setting to `string` also works). None of the examples at [official docs](https://swagger.io/specification/) have a `type` attribute for the path parameter This helped...

I'm also curious. Just hit this issue and adding a delay of 2 seconds helps. Instead of adding a delay to the main loop I added it to the exception...

Hmm, I'm not having any luck reproducing this. I have the same setup, except the Redis version is 7.0.15 instead of 7.4.1. Which OS are you running this on? How...