kernelwhisperer

Results 21 comments of kernelwhisperer

> * `string`: even if using quotes, it will just use the first word and interpret everything after a space as a new argument. Can't figure this out either... but...

Yeah that's the problem... if it's not too much trouble I'd recommend you to clone the aragonCLI and hardcode those params 😅

Not sure what could be done here. Perhaps change the term `propagate` to `query`, so that people will not assume the network will store this data. https://github.com/aragon/aragon-cli/issues/1114#issuecomment-579250246

This is exactly what I had in mind: https://twitter.com/PaulRBerg/status/1152330981354983424

> Edit: It seems I can specify gas prices for the networks used if specified in my project truffle config. However, I'm still unsure how to enable Solidity compilation optimisation....

Same can be said about `engine-check`.

Hmm, the problem with `pretty-quick` is that you want to run the staged files through eslint (with the standard config) as well, not just prettier, like in [here](https://github.com/aragon/aragon-cli/pull/279/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 ). That...

In the CLI we show: `Cannot find transaction path for executing action` But we could show: `${account} is not permitted to perform the action ${action} on the app ${app}.` And...

> PR looks good overall :) > > We should add a mechanism to dynamically switch precedence between different zap providers. So users of SDK can define the precedence of...