Ville Säävuori
Ville Säävuori
What's the status of sub-minute tasks with django-q? I'm re-evaluating our tech stack and would love to migrate away from Celery-based tasks, but we need some to run every 15-20...
I have this same problem with Safari Version 10.0 (11602.1.50.0.10) on OS X El Capitan. Any ideas how to go around this?
This is an interesting approach to the problem. So instead of trying to figure out the problem itself and fixing the software, blaming the user for her preferences (or place...
Thanks a bunch! It's kinda trippy that Vue developers created a totally new project in a new repo and just pushed it into the same namespace on NPM 😅 I'll...
Using Astro 5.1.6 and @astrojs/cloudflare 12.2.0 I now get not one but _two_ warnings of this when running the dev server: ``` 22:36:16 [WARN] [config] The adapter @astrojs/cloudflare has limited...
Umm, okay, that's weird. Is there a way to deactivate or filter out these warnings? They are noise in the dev server output.
Initial automatic migration from eslint produced quite a bit of missing rules (after removing `@vue/eslint-config-typescript` which broke the migration script): ```bash ❯ npx @oxlint/migrate unsupported rule: comma-dangle unsupported rule: id-length...
Sure! Feel free to submit a PR 👍
Thanks for the tip! Looking at the options, `tauri-plugin-pinia` might indeed be a good fit. I only add things to my templates if I actually know and use them myself...