Mitesh
Mitesh
You can just type in `1` and that deletes all *duplicates* except the first file (which is the sole survivor). `None` would mean that it keeps *none* of the files,...
@marcinn I think this should be fixed on master as #212 was merged recently.
True. Also the current locking mechanism doesn't seem to be as robust and may give rise to a possibility of multiple schedulers acquiring the lock. This is a very important...
@jsam This has been fixed by #212 (which is now merged to master). Could you perhaps give it a try and let us know if it solved your use case?
Scheduler will only schedule the job to a queue. Did you make sure you have the `default` rq (queue) running with the same redis db?
The systemd service file isn't handled by the RQ Scheduler library. You need to create that yourself externally to run the way you want to run rqscheduler.
I'm trying to see if I can get the dashboard running locally, want to understand a bit more about the internals of shadow-cljs :) I spent some time trying to...
Okay I figured it out using postcss. After installing all the missing dependencies, this worked: ``` npx postcss src/css/ui.css -o .shadow-cljs/ui/css/ui.css ``` I am not sure if this is the...
Amazing questions @nileshtrivedi !!! Here are my biased opinionated thoughts! > Should skills be organized like a university curriculum (a tree/hierarchy) or a graph (directed acyclic, like the one shown...
Thanks for doing this. Super appreciate it. I've been considering doing this, but it makes styling different themes a bit difficult. Also although support for css vars has gotten quite...