Syaiful Bahri
Syaiful Bahri
yes, I tried to build revery in Apple M1, it failed because SKIA compiled with x86, I made a PR in esy-skia to fix that https://github.com/revery-ui/esy-skia/pull/38 with that PR I...
Actually, i am able to build esy in FreeBSD by manually fixing the build. Right now, i am able to use esy command line and build the example project described...
thanks @prometheansacrifice @EduardoRFS , first we need to make [esy-solve-cudf](https://github.com/andreypopp/esy-solve-cudf/pull/13) to support FreeBSD, as we depends on it? that project is buildable via opam. If needed I can provide the...
thanks for tip @ulrikstrid! @prometheansacrifice @EduardoRFS now, i can make it build using dune/opam, by pinning: - opam pin rely https://github.com/facebookexperimental/reason-native.git - opam pin cmdliner https://github.com/esy-ocaml/cmdliner.git#e9316bc - opam pin angstrom...
I pretty sure cmi.interactions.n.id and others are write only. Only the cmi.interactions._count is RO. So this is not bug, i guess..
hi all, the initial support for M1 will be available in this commit: https://github.com/onivim/oni2/pull/3806 We will also need to wait my PR is esy-skia merged: https://github.com/revery-ui/esy-skia/pull/38 You can also test...