wayne

Results 75 comments of wayne

Given that Ansible is built around the use of a templated yaml DSL to define configuration values, it is simply more idiomatic to write ```yaml docker__default_daemon_json_dict: log-driver: journald ``` than...

Has anyone considered creating a pypi package to ship the `dotbot` CLI?

I'll go ahead and admit upfront I am bias against the use of submodules, mostly because of the layer of complexity they add to managing a git repo; I really...

@nrc I'm about to open a PR against https://github.com/rust-dev-tools/rls-blacklist to add `glium` to the blacklist, but I'm wondering why that list isn't just in this git repo? Would it make...

Ah, I guess that makes sense. I was actually just about to suggest that it might be a good idea to make the blacklist configurable by either allowing users to...

The lack of serializable/deserializable state is enough of a blocker for me at this point that I'd be willing to take a stab at this with some guidance. It's been...

> Would a SerializeableState need to be bound by or have an associated type of BlockSize? I just realized that the block isn't directly related to the state array size....

I agree with @rchincha, I don't see how the image layout relates to distribution-spec. Let's say it was moved to distribution-spec, how would that actually impact implementers of distribution-spec? It...

Oh and one more thing > Any golang definitions can move and just import as an alias. The implied assumption that registries are only implemented in golang is questionable. I...

> As you mentioned earlier, this is an attempt to add the ability for looser mocks. @poy @ybbus To me this PR is about ergonomics, not about going out of...