Joni Orponen

Results 12 comments of Joni Orponen

The line numbers missing is an artefact of the `auto` output format picking up it is running in a Github Action and that output format not having the file names...

Why setuptools 33.1.1? Newer setuptools versions work, only bootstrap.py does not work with anything newer. Why Alpine Linux? The wheels built according to the manylinux standards are RHEL oriented. Containers...

VS Code had the same kind of flapping about when it started to get packaged and distributed as a Flatpak (things got fixed one thing at a time over versions,...

Please excuse the loose language. Build == GHA Workflow. Collides with static language build, thus causing the confusion above. Exactly, as the problems are runtime specific, one would need a...

Cert location management is better left unhandled by a single purpose software and left at the devises of the sysadmin-fu of the deployment target. What this project could do is...

Yes, as stated, the script excerpt is _sans error handling and system specific aspects_. It should not end up in anyone's production setup verbatim, it is provided purely for reference...

For a bit more context beyond tiered-managed-yet-sans-virtualenv academic and enterprise (modified cacerts, PKI trust - not everything can use `truststore` yet) userspace deployments, this also has a practical use in...

@froody download Xcode 8.3.3 from Apple. You can then use `xcode-select` to switch your command line tools to an another Xcode installation. Just remember to switch them back once you...

People using [buildout](http://docs.buildout.org/en/latest/) will appreciate if you can also specify a project relative path like `$PROJECT/bin/coala`.

With organizations using merge queues, the branch scoping makes it quite tricky to have the merge queues benefit from the caching.