Rajdeep Malakar
Rajdeep Malakar
I tried to create an API which fetches app list from meta files and then get's the app's info by fetching the `.yml` file from `https://raw.githubusercontent.com/electron/apps/master/apps/${app}/${app}.yml`. But I got many...
[CodeFactor](https://www.codefactor.io/repository/github/electron-store/electron-app-store/overview/main) found multiple issues: #### 'fileURL' is defined but never used. - [ ] [main\downloadManager.js:4](https://www.codefactor.io/repository/github/electron-store/electron-app-store/source/main/main/downloadManager.js#L4) #### 'downloadFile' is defined but never used. - [ ] [main\downloadManager.js:4](https://www.codefactor.io/repository/github/electron-store/electron-app-store/source/main/main/downloadManager.js#L4) And why https://ovh.net/files/1Gio.dat (1GB...
closes #997 closes #991 This PR adds support for the `--unsafe` install flag to PKGX, which, as proposed by @jhheider and @felipecrs (thanks!), creates additional env stubs for a package...
Adds a recipe for [OCaml](https://ocaml.org) WITHOUT the Compiler Libraries, which are often unnecessary for everything but Opam. For Opam, we need that, btw.