Max

Results 50 comments of Max

Thank you for pointing out this PR. Indeed, I have: ``` + dfx --identity bootstrap-super-leader canister --network=bootstrap_bootstrap call \ governance forward_vote '(49, 3, variant{Yes})' The Replica returned an error: code...

I would argue that this is why we need repos like this to be run as DAOs. Advantage for stakeholders: They can get commits merged when a maintainer goes on...

I am interested in maintaining open source software though DAOs. Basically, users get a say in how a project develops but maintainers also get paid. https://www.youtube.com/watch?v=9VXWcLOsdBM Note: I don't work...

Any format would be great. I could easily see people wanting something similar to the standard network tab, so I guess a dedicated column would tick that box. But even...

Has this been tested without a gh token? As of Monday (so just after the latest release) we are seeing failures in calls to `cargo binstall` that run in e.g....

Regarding parsing plans, I have had much joy with tfjson that parses the plan directly, rather than the stringified output. For the latest version of terraform some tweaks are needed...

Hello, I agree completely with not adding any dependencies. This module is good at converting markdown files to HTML, so in my opinion (who's asking? ;-) ) it should focus...

I am unable to replicate this with the commands provided. What am I missing? I am using version `v4.33.3` on Linux (PopOS 22.04). ``` $ vi data1.yaml $ ln -s...

I think this issue can be closed. The current go version used by yq appears to be 1.21: https://github.com/mikefarah/yq/blob/master/go.mod

@mikefarah It sounds as if the blocker is still the lossy go library. Is it worth someone making a non-lossy library or modifying an existing library to make it non-lossy?...