Jean Mertz
Jean Mertz
> Just a quick update here - been looking at this today. Should have something to show shortly. @Atalanta how are you progressing on this? I was considering making a...
For those of you interested, see https://github.com/ichilton/chef_rubies
Thanks, that is perfectly clear. Right now my controller is like this: ``` ruby respond_to :html, :json def index respond_with(@projects = current_account.projects) end ``` But I guess in order to...
Is there any chance of getting this merged? I can build my own image, but this would be a nice addition (wanting to set `delete.topic.enable=true`)
I have a related question; I too use the "other" plugin. It has a ton of entities, and I expose some of those to our mobile devices via HomeKit. The...
It's part of nvim-treesitter (edit: I believe?). It takes any comment before a string in any language, and if that comment matches the name of another language, it'll mark the...
Would be nice to see this feature implemented 👍 In the mean time, something like `watch 'deis logs | tail'` does the trick, sort of.
@bacongobbler very true :) but Deis logs include deployment logs as well, and the deis CLI doesn't require access to the kubernetes cluster, so that's less of a security risk.
At our company, we just ran into this issue as well. Hoping to see this PR move forward soon.