Anthony Nowell

Results 54 comments of Anthony Nowell

4) it's also the only command in the entire algo utility that would require the data:// prefix. I also don't like the dependence on local state. This is why I've...

of course, for the sake of arguing with myself: 5) adding ambiguity resolution is backward compatible. removing it is not.

Thanks. I'll work on getting a Windows setup to look into this, but in the meantime, you can manually setup auth by creating `%LOCALAPPDATA%/Algorithmia/config` wiith this content: ``` [profiles] [profiles.default]...

Thanks. Beginning with 2.0 of this client, serde is already default, with rustc-serialize only existing as an opt-in feature to ease the transition from 1.x. It's now marked as deprecated...

Hey. Apologies for the delay. I've been very slow at getting back into my OSS stuff post-holiday. YES! I'd absolutely love to see all the resources generated via codegen. Skimming...

`::api::core::v1::PodSpec` seems pretty reasonable. Is everything in the `api` namespace? If so, I can imagine stripping that too, but definitely not necessary. Perhaps the biggest downfall I see of using...

Master now uses several generated types from your repo. I'm definitely open to further ideas around codegen, and eventually, we should sync up about publishing these crates, but for now,...

@maximih It's not abandoned [yet?], but definitely sidelined at the moment. I started an ncurses-based tool for using this (think `htop` for kubernetes) to get a feel for the API...

Thanks for the issue report. I believe it's panicking for lack of finding the system's terminfo database which could be missing from our documentation or setup. I'll try and repo...