fishnux
fishnux
Hi, I'm trying godev for the first time. It looks like the godev process is generating an astounding load on the CPU (over 1.00). I wonder if you have an...
Hi, Is there any ETA for Let's Encrypt support? Or is there any workaround meanwhile? Thanks! Edit: Looks like using Certbot was really easy. I'm leaving this ticket open just...
Hi, At the moment Goodtime supports the "Do not disturb" mode when starting a new session. I'm requesting a tickbox to use "Priority mode" instead, which is basically "Do not...
Hi, I believe it's missing an option to toggle dark mode without relying on OS-switches.
**Is your feature request related to a problem? Please describe.** When adding new DAG steps, I want to re-run the DAG without running from scratch. Earlier steps were run in...
Similar to issue https://github.com/yohamta/dagu/issues/298 for creating a container executor, I propose the creation of a SSH executor to run tasks on remote servers Current workaround is to execute ssh command
**Is your feature request related to a problem? Please describe.** Font size becomes smaller, background color changes: https://user-images.githubusercontent.com/29991194/189449918-c6978a1c-ab12-438b-afd5-681449c51344.mov **Describe the solution you'd like** Ability to change font size (config variable...
Dagu YAML intellisense Found this on a quick web search: https://joshuaavalon.io/intellisense-json-yaml-vs-code https://dev.to/brpaz/how-to-create-your-own-auto-completion-for-json-and-yaml-files-on-vs-code-with-the-help-of-json-schema-k1i And hopefully in the future we could bring this to the code editor in the web UI
Automatic login fails for SQLite, with the following message: ``` Implement login() method to use SQLite. ``` I believe this could be solved by adding this plugin: https://raw.githubusercontent.com/vrana/adminer/master/plugins/login-sqlite.php
Feature request: Option to run all steps sequentially Some of my workflows make use of steps that run sequentially, so it would be better to have an option per-DAG to...