libpkgx icon indicating copy to clipboard operation
libpkgx copied to clipboard

`import`… but with pkging powers

Results 15 libpkgx issues
Sort by recently updated
recently updated
newest added

if we are terminated during downloads ensure next time we resume where we left off. we have SHA checking so we're safe.

enhancement

we've discussed this numerous times, and it makes the dependency solver deeply non-trivial; that said, it does come up in multiple packages: - deno.land requires variable rust versions to build...

enhancement

**To be clear, pkgx is completely broken by now because of this issue.** It turns out that the function that detects whether the sync was last synced recently isn't working...

```shell ⚠️ Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword. import data from "./_data.json" assert { type: "json" }; at https://deno.land/[email protected]/console/unicode_width.ts:4:1 ``` per deno.land: `The Standard Library...

Currently pkgxdev is failing to autodetect skaffold when skaffold.yaml is having multiple documents with following error: ``` ╰─ z skaf ─╯ -deno.land -deno^2 -nodejs.org error: Uncaught (in promise) SyntaxError: Found...