Vitaly Antonenko

Results 41 comments of Vitaly Antonenko

Let's take any command that we wish to watch: `any-command` Usually, we do the following: `watch (or viddy) -n 1s any-command --some-flags` But what if we wish to integrate watcher...

Yes, almost I see it as an implementation inside `--watch` flag behavior of `any-command`. So, for Viddy ` any-command` is also a part of args Smth like this: ```go import...

Hi, @sachaos I hope you're doing well. Any updates on this issue? If any help is needed, just ping me.

@sachaos, no worries, thank you for your work! I'll be in touch if needed.

Hi @sachaos, I hope you are doing well. Any updates on this issue?

Hi, @gedw99 , @sachaos, I'm with pleasure prepare the PR. We also wish to use the main Viddy repo, if this functionality will be added. PS: We also have small...

I've prepared a draft PR: https://github.com/sachaos/viddy/pull/77 waiting for feedback and discussion because to have the same flexibility in Viddy config that there is now in `main.go`, we need to do...

I've the same problem, is there any solution of this issue?

dashboard.refreshWidgets() does not help to recalculate positions...

Hi, Glad to read You. I'm using static approach. Here is widget code fragment: ```html {{p.name}} project ... ```