Mauricio Scheffer

Results 205 comments of Mauricio Scheffer

Yes, pulling the tenant ID from some injected service is the way to go. You could even write an ITenantProvider (just making up a name, not an interface that's part...

There are also env vars implicitly used by kops e.g. `KUBECONFIG` and the usual AWS ones, which seem to overlap with the `S3_*` env vars [documented here](https://kops.sigs.k8s.io/state/#custom-s3-compatible-store), causing confusion.

Give this a try: https://github.com/jwdj/EasyABC/issues/72

Hi, when you run `nix run ...` nothing is actually installed permanently. There are [different Nix commands to actually do that](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-profile-install.html), and Nix does have a way to define desktop...

You can also just write the `.desktop` file as part of the nix package. Look for other packages in nixpkgs using the `makeDesktopItem` nix function

Even when replacing pyparsing.py I get an error similar to https://stackoverflow.com/questions/37502112/typeerror-gridsizer-arguments-did-not-match-any-overloaded-call which makes the settings dialogs to squash all content into a single line. It doesn't crash things but settings...

For anyone looking to run EasyABC on Linux, give this a try: https://github.com/jwdj/EasyABC/issues/72

hmm I see someone has already sent a PR fixing this https://github.com/dotnet/corefx-tools/pull/75

> My next suggestion would be to install our 6.x build as a global tool and invoke the global tool rather than using the dotnet CLI. This doesn't seem to...

I can confirm the issue has been fixed in .NET 7, thanks. Hopefully the fix can be backported to .NET 6, especially considering it's LTS?