Misaka Mikoto
Misaka Mikoto
### Describe the bug iFrame中包含memos页面,登录时报Missing access token ### Steps to reproduce 1. 在Organizr中以ifram方式包含memos页面 2. 登录 3. 报Missing access token错误 ### Screenshots or additional context _No response_
有些细节与原有书签不符,希望可以增加选项条件: 1. 增加书签时,原版书签会加在文件夹书签的末尾,但是插件会加在上端 2. 点击更多时,浏览文件夹页面没有跟随下拉框里选择的文件夹 再次感谢作者提供的插件,帮助了很多XD
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Need guest access by...
能不能加一下对各服务器的监控和警告 比如CPU内存磁盘连通性等等的监控,运行某些命令脚本,失败了之后发告警到一些通讯平台
I want to do something like below, so I can retrieve some variable set from same shell: var=a justfile: show: echo $var
In parent just file: `main:` In mod a: `do: main` Is it possible to support invoking dependent recipes from module and reverse?
Task version: Task version: v3.38.0 (h1:O7kgA6BfwktXHPrheByQO46p3teKtRuq1EpGnFxNzbo=) Operating system: Ubuntu 2204 Experiments enabled: No ``` taskfile.yml version: '3' includes: taska: taskfile: tmp/a.yml tasks: empty: cmds: - task: taska:task1 ``` ```tmp/a.yml version:...
found a great task orchestra tool called "kestra", maybe go-task could also consider this feature for better task reuse purpose. Such as some drag and drop task and connect to...
- Task version: Task version: v3.38.0 (h1:O7kgA6BfwktXHPrheByQO46p3teKtRuq1EpGnFxNzbo=) - Operating system: Ubuntu 2204 - Experiments enabled: No ``` empty: vars: a: sh: echo 1 cmds: - echo {{.a}} - task: none...