Rajdeep Malakar
Rajdeep Malakar
The revamp of the Electron Store have caused the API to break. I've decided to create the Electron App Store from scratch, again. But, due to the lack of time...
Or perhaps (for less breaking), make *including* pre-releases optional? Something like this: ```yaml versions: github: org/repo/releases strip: /v/ prerelease: true # this ``` Or, maybe an additional `/pre-releases` option? Like:...
@jhheider @mxcl Any idea what's wrong? It builds and tests just fine locally. And seems like the bug isn't related to the recipe itself. So, I'm clueless.
> It can't find ocaml. Are you sure there's a bin/ocaml at the end, and it's not a broken symlink? Adding an ls should show it. Yep, that's the problem....
Here is another benchmark, comparing `node.unsafe` (installed through `--unsafe`), `node.safe` (normally installed), `pkgx node`, and the system-installed (in this case, installed from Arch repos) `node`:  I believe (though...
Changed the `mkdir -p` (on the first run, or when the cache doesn't exist) to do that on `$(dirname ~/.cache/pkgx/envs/gnu.org/emacs.env)` so it creates the `gnu.org` dir also (the install also...
@jhheider It seems to be okay, but I'm not in PC rn (it's 1:02AM here lol). Can you try it now please, if possible?
> > @jhheider It seems to be okay, but I'm not in PC rn (it's 1:02AM here lol). Can you try it now please, if possible? > > bugs in...
> but the speed looks good: > ``` > pkgx hyperfine "node --version" > Benchmark 1: node --version > Time (mean ± σ): 26.4 ms ± 2.1 ms [User: 18.8...
> > You mean, the env should take priority? > > No, I mean if either is set, it should be on. Which is the way you have it, I...