Alex

Results 250 comments of Alex

For now, can we just update [the documentation here](http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/TAO/docs/ORBEndpoint.html) (and [maybe here](https://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/TAO/docs/pluggable_protocols/index.html) to clearly state UIOP not currently supported on Win32, so the next guy doesn't have to dig?

Agreed that it is all or nothing. The envisioned case here is one where the caller would have the PATH set up to the requirements when calling Strawberry Perl. [This...

Yes you are right, the standard `msiexec` flags work. (They must be supplied in the right order, `msiexec /package C:\path\to\thing.msi /passive`.) `PERL_PATH=Yes` could be appended after that for ActiveState MSIs,...

You should be able to run multiple choco processes, as long as only one of them is making changes. The downsides of `choco list -lo` and `choco outdated` providing possibly...

PyYAML should reject duplicate keys per the YAML spec. These are silent errors in users' code. Do what `ruamel.yaml` does, and add a `yaml.allow_duplicate_keys = True` property for those who...

I'd like to install rustup.rs globally & install toolchains globally as well. The Rust installers can't install multiple targets on a host, so rustup.rs is really the only reliable way...

@brson Provisionally, I'd just like globally accessible toolchains. If I move rustup's folders from `~/.cargo` and `~/.rustup` to `/opt/cargo` and `/opt/rustup` and add `/opt/cargo/bin` to the path, will it work...

after over 10 years of bikeshedding while typescript [just did things](https://www.typescripttutorial.net/typescript-tutorial/typescript-intersection-types/), i'm so glad this is finally getting proposed. my only feedback is: don't let "perfection" get in the way...

Note that installing as a project plugin also fails, with current Homebrew Poetry: ```sh $ poetry install Creating virtualenv tailwind in /Users/alex/GitHub/envase/.venv Removing the project's plugin cache because it is...