Blaine Bublitz
Blaine Bublitz
Moved from https://github.com/gulpjs/gulp/issues/574
Now on gulp-community.
While working on Grain on my Mac M1, I found that specifying `@opam/libwasmtime` would install the opam package variant for `macos-x86_64`. That project specifies individual formula for each OS/arch that...
**esy version:** 0..6.11 **Operating System:** MacOS **Issue:** Some opam packages depend on co-located dependencies, such as js_of_ocaml/js_of_ocaml-ppx, and use the `{= version}` constraint for their dependencies. I believe esy knows...
**esy version:** 0.6.7 **Operating System:** Windows **Issue:** When running a command like `esy test` on Windows, certain tools from esy-bash are missing, such as `x86_64-w64-mingw32-gcc` or `x86_64-w64-mingw32-as` and the following...
**esy version:** 0.6.7 **Operating System:** Windows **Issue:** On Windows, it seems that dependencies are built with `EsyBash.currentEnvWithMingwInPath ` at https://github.com/esy/esy/blob/70d42838fb3f50b44ed8443dc42be30002a08536/esy-build-package/Build.re#L302 However, the root package does not have that path included...
If you specify `[@pos]` on a field that is an `option` type, cmdliner will crash with `Fatal error: exception Invalid_argument("Option argument without name")` I tried digging into this but I...
- [x] I talked about the limitations in the ESM PR and suggestion in the ts-node transpile PR and discussed this with @fvictorio --- This builds upon #3155 to support...
Sorry if this is a vague report. I've tried searching for days upon end and even opened an [OCaml Discuss](https://discuss.ocaml.org/t/does-ocaml-4-12-1-no-longer-support-mingw-static-linking/10411) thread to no avail. In our project, we have been...
In #1356, @EduardoRFS pointed out that Grain doesn't have enhanced value restriction enabled (in the type checker). We probably want that enabled, but we need to do further investigation.