Patrycja

Results 140 comments of Patrycja

> I suggest restoring `crates/platform-host/src/linux.rs` from https://github.com/astral-sh/uv/pull/2381/files one little nitpick for when that happens: using `/usr/bin/env` to get interpreter path should be more reliable, as it's one of the few...

also, i was able to build somewhat cursed CPython environments with dynamic linking by... extracting Docker containers: build-standalone-musl-python.sh ```sh #!/bin/sh set -eux alpine_version="$1" arch="$2" case "$arch" in x86) docker_arch="i386" ;;...

@konstin looks like it; importing numpy and zlib ( with numpy using its own native libraries and zlib using "system" libz.so ) shows both of them loading libraries from the...

> @ptrcnull Cool cool. Also you can do that without apk and just extract out https://pkgs.alpinelinux.org/package/edge/main/x86_64/python3 - @SamuelMarks yeah, but then you have to resolve the dependency tree yourself and...

on Sequoia and Teams 25044.2406.3471.4570 it's `~/Library/Containers/com.microsoft.teams2/Data/Library/Application Support/Microsoft/MSTeams/configuration.json`

oh, i couldn't even find the example on https://subliminal.readthedocs.io/en/latest/index.html

i suppose we could build those? i'm using subliminal on arm64 and it works just fine, though i'm not sure how to wire GH Actions to building cross-platform yet

ah, actually, sometimes it just pulls the first episode of the season...

to be fair, the other MR is flawed in the same way as mine is