Misaka Mikoto

Results 32 comments of Misaka Mikoto

I have exact the same need for this feature. Also using ssh as a compromised method, can I send the log result as a parameter to webhookd, so I can...

If there is some kind of command could send some standalone executable by remote server could be a good option too, the benefit could be add remote server from web...

Is it possible to implement some default template that can automatically passover to sub DAGs? The concept is similar to inheritance or implement modules. Meanwhile, if sub DAG don't like...

That's true, maybe I could use some templating tools like ytt to achieve this goal, thanks for considering this. I think if the internal rules are clear, and generate the...

BTW, the readme page says this tool helps executing commands over SSH, I am wondering is there a way to centrialize all SSH host settings? Otherwise the SSH config needs...

How about a customizable executor? So user can implement it's own way to pass command and pass to ssh exectutor? (and maintain a host list logic inside)

有代码开源吗,也许大家可以改点小bug

@AmarkanthJinna Same here: ``` ollama run llama3.1 pulling manifest Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/llama3.1/manifests/latest": dial tcp 172.67.182.229:443: i/o timeout 1 > curl -s "https://registry.ollama.ai/v2/library/llama3.1/manifests/latest" The model you are attempting...

I think this is a very important design issue, making go-task more behave like a shell (sequential) or like docker (isolate and easy to scale and repeat). The first way...