Daniel M
Daniel M
**Describe the bug** Remove packages: https://djangopackages.org/packages/p/django-rqscheduler/ https://djangopackages.org/packages/p/django-rqscheduler4/
In my original DB, all datetime fields are in UTC. It should be possible (using a flag perhaps?) to convert the datetimes to be without timezone in sqlite3? Right now...
There are a lot of open issues, is this being maintained?
Based on discussion here: https://github.com/rq/rq/discussions/1809.
When in burst mode - scheduler process does not start automatically. if the purpose is to have burst mode simply scheduling jobs once and then stopping => worker.scheduler should be...
Replicate by running: ```python def test_cms_merge(r: redis.Redis): assert r.cms().initbydim("cmsDim", 100, 5) assert r.cms().initbydim("cms2", 100, 5) assert r.cms().incrby("cmsDim", ["foo"], [3]) == [3] assert r.cms().incrby("cms2", ["foo", "bar"], [4, 1]) == [4, 1]...
Hi, I am the maintainer of [fakeredis](https://github.com/cunla/fakeredis-py). I noticed that redislite is not maintained, and I was wondering who can I talk with regarding merging the two packages. A lot...
### Describe the bug Currently, getting using graphql only releases. Get tags as well. ```graphql query ($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { refs(refPrefix: "refs/tags/", first: 1,...
Replace graphql client. Use apollo3? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/cunla) so you can upvote and help fund this issue. - We receive the funding once the issue...