Jonathan Lorimer

Results 77 comments of Jonathan Lorimer

This is a pretty big issue. It breaks AWS EC2 instance profiles, which are the de facto way to provide IAM permissions to servers on AWS. The instance profile role...

Yeah, I am not too familiar with the internals of inquire, so this might break the existing model. The nice thing about this is that you can use the same...

For anyone coming across this who needs additional props, you can use this `PropsWith` pattern (note that you need the generic and the `P &` bit for it to typecheck...

Ahhhh, you are right, I only use postgresql so I just assumed other dbs had this capability. I would be happy to try and implement `Values` in the postgresql module...

@yongrenjie This is great, thank you for sharing!

Ahhh, got it, thanks!

@mitchmindtree you may want to look at dzmitry's latest pull request. It greatly improves upon the hermes nixos module configuration https://github.com/informalsystems/cosmos.nix/pull/230

Having issues, building the "cosmos chain" is not yielding an executable

@srirajshukla Hey, thanks for taking this up, and no worries life happens. The structure looks fine for now, I will probably have more to say as you write the sections...

@srirajshukla Glad you got it figured out. Sorry for the friction, it can sometimes be a contentious issue whether pre-commit hooks should automatically stage changes or not. Also sorry for...