Rich FitzJohn
Rich FitzJohn
Can you elaborate here Jeff?
This is to check to see whether the version of the package has updated by looking at the git sha rather than the package version
When mirroring a library, this might be nice too
I think that Karthik is working on something in this space
Hi @jamieRowen - sorry for missing this; I don't see most github notifications as they get a bit overwhelming! This slightly modified version of your script works for me: ```r...
Yes, there are plans, it just keeps getting pushed back by other priorities (really we're still digging out from pandemic-related work here). We've used rrq in production for long enough...
Thanks for the bump - obviously not much happened since the last message but @r-ash and I have triaged the blockers for release and will see what we can get...
redux does not support tls (yet, there's a long-standing PR but it needs work and as I don't use TLS it's not been a priority). We always use redis as...
Should be something like ``` task_queue_position ``` and atomically return the number of jobs ahead, -1 if running, -2 otherwise?
Change main.json to say ```json { "$schema": "http://json-schema.org/draft-04/schema#", "$id": "1.1.0", "title": "My Main Schema", "description": "reprex schema", "type": "object", "properties": { "the_object": { "type": "object", "properties": { "my_nested_object": { "$ref":...