Jonathan Morley
Jonathan Morley
Try nix + #14
Try nix + #14
`cmd /C "foo 2>CON"` sounds like it would be an analagous construct for windows, but it does not appear to support overwriting the output (I use this to create an...
Why is that preferable to attaching stderr?
Would there be a downside to supporting both? Both being: 1. stderr passthrough 2. Interactivity via something like the `Prompt` JSON output to stdout proposed by @benkehoe above The stderr...
`AWS::CloudFormation::ResourceVersion` and `AWS::CloudFormation::ResourceDefaultVersion` are now public CloudFormation Resources (as of Feb 11th)
Lets say you have ECS runners of various sizes (small, medium, large), running on a shared ASG, with instances sized to hold 1 large, or 2 medium, or 4 small...
> is it enough to just simply ship the rtx cli inside of a nix package? is that actually useful to anyone? I can say that it would be useful...
This feels like a slightly more generalized case of the 'IDE use-case' reason to use shims, which is already documented
`rtx x -- pnpm` is not an option, because this is in a script that needs to be compatible with systems using asdf too. While I agree that `rtx activate`...