Filip Figiel
Filip Figiel
You could use [`date.toLocaleDateString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString) if bulmaCalendar accepted a parameter for custom date format function.
For now you could wrap your input in a `div`, and hook up bulma calendar to the wrapper, like so: https://codepen.io/megapctr/pen/jvpzqV?editors=1010
One solution for this would be to write a script that runs workers in `--burst` mode infinitely. Example: ``` #!/usr/bin/env bash while true; do rqworker --burst sleep 1 done ```...
I quickly hit a brick wall unfortunately 😞 Looks like we'll need to at least subclass the Worker ```worker_1 | Unhandled exception in thread started by worker_1 | Traceback (most...
I have the same problem. So annoying You can access the restore backup option when you log out. I don't know if this option works though Watch out! Your data...
Looks like https://github.com/aykut/django-bulk-update/pull/66 is another good take at this.
It's fine, I updated my code to build two lists, one for bulk_update and other for bulk_create. Thanks for the info, this vulnerability stinks.
I had a similar issue, disabling DPI scaling for the app fixed it 👍
@jeanphix care to chime in? I'm getting the same bug using the official docker image. Here's the code and traceback: ``` from ghost import Ghost ghost = Ghost() with ghost.start()...
Similar problem here. I would like to preload a font, like in [this stackoverflow answer](https://stackoverflow.com/questions/47294173/html-pre-load-font-and-use-it-in-css).