James

Results 371 comments of James

I've been thinking about how to pull values from config file into go-arg. Here's what I've come up with. 1) It's silly to directly support json, yaml, toml, etc, etc,...

In the next little while, I'd really like to be able to do this for https://github.com/purpleidea/mgmt/ ... I've landed all my new CLI patches, and they look great! Mostly here:...

Thank you for your dedicated and thoughtful reply. > space-separated list arguments are widely used on the command line and they are nice. Assuming I'm parsing this correctly, and you...

Yeah so most importantly is that the Parser should accept all of it, but I think it might be worth considering a mechanism to extract the value too (even though...

Playing with this some more, it seems I am noticing that the issue is the `*struct{}` (pointer to a struct). I assume this is because the parser wouldn't have anywhere...

PS: For anyone following at home, I've updated my WIP branch which is here: https://github.com/purpleidea/mgmt/tree/feat/go-arg The interesting commit is here: https://github.com/purpleidea/mgmt/commit/9527d0dcbdfc9919a0fd5db1440c95b2128dd231 `lib, cli: Move cli struct tags and embed this...

Действительно, мпв работало, а камеры нет. Все IPv4. Буду тестировать еще. Я думаю, вы правы, это, вероятно, потому, что я использую самозаверяющий сертификат! Есть ли способ либо добавить свой собственный...

Awesome work, thanks! Good license for a game. John Carmack did the same.

> Certificiate I've hit this issue too. As an aside, I greped a few repos to find this typo and I couldn't. If anyone could point me to that code...

Good points. Here's the logic I would use: - Detect number of screens and where they start/stop. - Determine which screen invoking cssh command is in. - Start tiling as...