Ilya Dmitrichenko

Results 209 comments of Ilya Dmitrichenko

@jamesbannan I wasn't aware that Azure implement this security context policy by default, have you considered tweaking this to relax the policy? Otherwise, you can try to edit the YAML...

related: https://github.com/weaveworks/scope/issues/3358

This is very very hard to use. Pasting a query shown here works, but trying to change that and see if I could filter out 'The Internet' results in ‘There...

Doesn't `package.json` have something related to this?

https://docs.npmjs.com/files/package.json#engines

> we can't mandate the presence of a package.json file though Why? How would it be different from mandating presence of ` .jkcfg`?

https://whatwg.github.io/loader/#intro ...interesting.

Can we close it, or there are some things here that #313 didn't address?

I guess to me it's be handy if I could declare parameters with a schema of some sort, and get validation from just calling `param.String("foo", "bar", "(bar|foo)")`. Another thing that...