pkgx
pkgx copied to clipboard
the last thing you’ll install
Hi, I know this works: ```console $ pkgx +openjdk.org@17 +maven.apache.org -- mvn --version Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /home/felipecrs/.pkgx/maven.apache.org/v3.9.4 Java version: 17.0.10, vendor: tea.xyz, runtime: /home/felipecrs/.pkgx/openjdk.org/v17.0.10.6 Default locale: en,...
I'm aiming to [fully replace Homebrew with pkgx in my dotfiles](https://github.com/felipecrs/dotfiles/issues/101). However, my dotfiles: - Automatically installs missing tools - Automatically uninstalls some tools I no longer want And in...
I am a big fan of [Volta](https://volta.sh), and I believe it was quite revolutionary when it first appeared. I switched from NVM to it, and I never looked back. I...
although `strip` and `compress` cut the size, the binary does not work anymore. any idea why? any chance to make it smaller?
When running `pkgx ollama` (on Ubuntu 23.10 x86-64): ``` × unexpected error invalid version: │ Error: invalid version: │ at https://deno.land/x/[email protected]/src/utils/semver.ts:44:17 │ at Array.flatMap () │ at new SemVer (https://deno.land/x/[email protected]/src/utils/semver.ts:25:31)...
❯ kustomize ^^ type `x` to run that ❯ x env +kustomize && kustomize × parse error unidata.ucar.edu/netcdf │ this is a serious issue. please report the bug ╰─➤ https://github.com/pkgxdev/pkgx/issues/new?title=parse+issue+unidata.ucar.edu/netcdf...
In a project that contains this in `package.json`: ```json "engines": { "yarn": ">=1.7.0 =16" }, ``` and has both `.yarnrc` and `yarn.lock` files. (For reference the project where I tried...
I tried to daemonize stable diffusion and I get an error. Here's the launchd plist file. ``` Label stable-diffusion-webui ProgramArguments /usr/local/bin/pkgx stable-diffusion-webui --api --listen RunAtLoad KeepAlive StandardOutPath /var/root/.local/share/stable-diffusion-webui/log.out StandardErrorPath /var/root/.local/share/stable-diffusion-webui/log.err...
- [ ] Windows (started: https://github.com/pkgxdev/libpkgx/pull/48) - [ ] iOS Jailbreak (discussion #182) - [ ] Android - [ ] [Umbrel](https://umbrel.com) - [ ] i686 32 bit (#886) # Maybe...
Getting the following error in a random fashion as i move through terraform codebases ### Error ```bash $ terraform fmt -recursive × unexpected error cannot intersect: @1.6.4 && @1.5.4 │...