Cameron Dutro

Results 29 issues of Cameron Dutro

I stumbled across https://iptoasn.com/ today and thought it might be a good resource for including additional ranges. I don't know where the data comes from, but it includes ranges for...

This PR adds scala-style matching to options so you can do stuff like this: ``` ruby result = Option(variable).match do |matcher| matcher.case(Some[Fixnum]) { |val| val * 2 } matcher.case(Some[String]) {...

I ran into some issues when setting `config.compile_gems = true` in my Warbler config: 1. When constructing jar packages, warbler does not compile git-based gems (i.e. any gems specified via...

We have the ability now to render and assert against previews in tests, and in general we're thinking quite a bit about reusing previews in more places to avoid duplication....

Hey guys, I've been playing around with Helix tonight and so far it's been an awesome experience, thank you! I'm concerned about using it for a project however because it...

The documentation site (getkuby.io) currently doesn't contain any documentation for writing providers. While providers are very much like plugins, they have a slightly different interface that should be documented. For...

Right now you have to find the name of the pod in question, then copy/paste it into a long and complicated kuby/kubectl command like: ```sh bundle exec kuby -e production...

enhancement

Some Rails apps don't need asset management (i.e. they're API-only, etc). It would be nice to have a way to disable asset management entirely, perhaps the same way database management...

enhancement
good first issue

Whether you're using git-ops, want to version your k8s resources in source control, or just want to save them to a directory, Kuby should support emitting them via the CLI....

enhancement
good first issue