Ellis Breen

Results 10 comments of Ellis Breen

Yes, I seem to get 'Ant build failed because IDEA SDK is not present' or something similar when I try to build - even though I've added the IDEA SDK...

Seeing the same. Maybe Server Core is missing the necessary ActiveX components?

Yes, VBscript was probably an expedient way of doing complex things before Powershell became so fully fledged. Not sure if there's some way of installing the missing components? Sadly, while...

With some experimentation, I am in the process of writing a PowerShell script to replace pyenv-update.vbs. Not quite got the format right as pyenv-win complains about there being more than...

Update - the problem with 'root nodes' was in fact caused by BOM/UTF8 encoding differences between what the XML writing API calls I used produce and what pyenv-win expects. Not...

It's a Python 3.6+ feature, f-strings: https://docs.python.org/3.6/reference/lexical_analysis.html#f-strings

How about an option to install uv in the virtualenv? `uv_seed_self = True` perhaps... or `uv_seed = False|True|UV`(just uv)`|FULL` (everything)? I need to set custom options on `install_command` which tox...

I'm having some problems getting tox-uv to work (I'll try to raise an issue about it later), so I'm not actually using it yet, but I use the following in...

Did you get any further @W1M0R ? I'd really love to use Devbox to configure our entire cross-platform CI fleet if possible, but the lack of native Windows support is...

Thanks @W1M0R - yes, Mise/Pixi have been the other things I looked at. I'll check out Just. I'm also in touch with some folks [working on Cygwin support for Nix](https://github.com/NixOS/nixpkgs/pull/447520)...