-
Hi, Chafa is an awesome tool! I found a [standalone executable for the x86_64 architecture](https://hpjansson.org/chafa/download/), but I couldn't find one for arm64.
Would you be able to provide **s…
-
Now that the standalone builds are working in CI again, we need to decide how we want to distribute these executables when we release a new version. Possible answers: host on Box and link from the doc…
-
Hi guys,
Matthias just had a good idea about having standalone binaries, that should be compiled/shipped with the code. These would be essentially command-line tools that allow you to execute a singl…
-
Creating a standalone executable using `raco exe` produces an executable that fails with a contract violation.
**To reproduce**
main.rkt:
``` racket
#lang racket
(module+ main
(displayln "test")…
-
## Problem
self-installer is unreliable in Windows CI environment.
## Proposal
Use [pkg](https://github.com/zeit/pkg) and [@zeit/ncc](https://github.com/zeit/ncc) to bundle `pnpm` and `pnpx` …
-
Having added dependency build automation to HammerDB in PRs #323 #362 means that the current installation format of HammerDB with source included is no longer required. In particular, adding Docker su…
-
We have `DelphesSTDHEP_EDM4HEP`, `DelphesROOT_EDM4HEP` and `DelphesPythia8_EDM4HEP` command-line executables (plus their equivalent with EvtGen interface). It would be interesting to also have `Delphe…
-
I really like gitman (and dislike submodules), and would like to bundle gitman up as a static exe for those on my team. Unlike pyinstaller which is slow as it unzips python runtime and app. Py-oxidiz…
-
Right now, standalone test executables in `test/` are built with GNU Make ([Makefile](https://github.com/dmlc/dmlc-core/blob/main/test/dmlc_test.mk)). We should also allow these executables to be buil…
hcho3 updated
3 years ago
-
I'm experimenting with bundling `npm` to a standalone executable using the procedures outlined by Deno, Bun, and Node.js.
One observation of the Node.js https://nodejs.org/api/single-executable-app…