João Henrique Ferreira de Freitas

Results 30 comments of João Henrique Ferreira de Freitas

Hello. It might be better to release a new enough hex package instead.

Hi @jay7x Alright. In my tests, I can´t navigate into kexecboot's menu when I start kexecboot from serial console. Do you have in mind some code pointers where are necessary...

Hi @nickva I'm trying this PR as a hope to substitute mozjs in the context of meta-erlang Yocto layer. While testing the qjs branch I got the following error: ```...

Hi @pgj that will work. But, as I configure couchdb with: ``` NOTE: Running ./configure --js-engine=quickjs --disable-docs --rebar /build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.3.3+git/recip e-sysroot-native/usr/bin/rebar --rebar3 /build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.3.3+git/recipe-sysroot-native/usr/bin/reba r3 --erlfmt /build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.3.3+git/recipe-sysroot-native/usr/bin/erlfmt ``` The SM has been...

Hi @nickva I did a first round building your branch in yocto context. The build was ok after some changes (please see the WIP patch https://github.com/meta-erlang/meta-erlang/pull/293/files#diff-e118f4df7011f6445d77896486ad074c2b9c15bb0c84a31bfc33d2e82ff97125) around cross compilation environment....

Hi, The patch for src/couch_quickjs/rebar.config.script is really handy. And I think it makes sense. Most of Yocto Project work is related to fix cross compile build scripts, like the quickjs/Makefile....

elarm:read_log/1 does nothing yet: https://github.com/esl/elarm/blob/master/src/elarm_server.erl#L587

Hi, @danwos, could you check the installed sphinx-collections version ? Mine is: ``` [dev]$ pip list | grep collections sphinx-collections 0.0.1 ``` Here is what happens when I try to...

Hello, Using rebar3 from master branch and rebar_mix 0.5.0 I got this: ``` ~/bin/rebar3 compile ===> Verifying dependencies... ===> Analyzing applications... ===> Compiling benchee_erlang ===> Unable to run post hooks...

Hello, Not sure if I need to setup the compile hooks or not. But here is my output when I tried to run https://github.com/joaohf/benchee_erlang_try/tree/rebar_mix With the hook script ```` $...