João Henrique Ferreira de Freitas

Results 20 issues of João Henrique Ferreira de Freitas

Hello, This PR enables wx to cross compilation. Well, it just removes the checks for cross compilation.

team:VM
stalled
priority:low
review_help_wanted

Hello, This PR intend to fix cross compilation issues for wx. And uses the same strategy following https://github.com/erlang/otp/pull/5728. Without this patch I got: ``` builder@f985825fa055:/build/tmp/work/cortexa57-poky-linux/erlang/25.0-rc1-r0/git$ find -name config.log ./erts/config.log ./lib/crypto/config.log...

team:VM
stalled
priority:low
review_help_wanted

To fix dialyzer error: src/systemd_journal_h.erl Line 500 Column 1: The inferred return type of handle_call/3 ({'stop','normal','ok',_}) has nothing in common with {'noreply',_} | {'reply',_,_} | {'stop',_,_}, which is the expected...

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Prepare couchdb to support deterministic builds. ## Desired Behaviour For same...

bug
enhancement

Hi Does kexecboot support serial port ? Is it possible to navigate into kexecboot´s menu over serial ?

How relflow could work with https://github.com/joaohf/rebar3_appup ?

Hi, Does rebar_mix support optional packages? Example: this package telemetry_metrics_riemann (https://hex.pm/packages/telemetry_metrics_riemann/0.2.0) has an optional package (https://hexdocs.pm/mix/Mix.Tasks.Deps.html#module-dependency-definition-options). According to https://github.com/hexpm/specifications/blob/master/dependency_resolution.md#dependency-resolution: > A package can define optional dependencies, an optional dependency should...

mozjs-91 does not support python 3.12.x, thus couchdb can't use mozjs-91. So, this commit is trying to use (a under development branch) quickjs as an alternative [1] to mozjs. 1:...