João Henrique Ferreira de Freitas
João Henrique Ferreira de Freitas
Hi, Here is a patch when there is simple_bridge configuration and also inets. Does it makes sense ? Thanks.
simple_bridge/src/cowboy_bridge_modules/cowboy_simple_bridge.erl Line 117 Column 9: The variable _ can never match since previous clauses completely covered the type #{binary()=>binary() | maybe_improper_list(binary() | maybe_improper_list(any(),binary() | []) | byte(),binary() | [])} Line...
Hi, Jesse Some dialyzer fixes. I didn't get very well the `wf_fastmap:lookup`, I think it should be `wf_fastmap:get`. Could you confirm ? Thanks.
When building couchdb 3.4.2 with erlang/otp 27, I got the following error: ``` | NOTE: make -j 12 DESTDIR=/build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.4.2+git/image install | ==> snappy (compile) | ==> ibrowse (compile) | ==>...
Hi, For rpi5, I want to use GPIO (pints 14/15) UART. Does anyone know the correct configuration to be use with meta-raspberrypi ? I've built a core-image-base that is working...
Hi, I would like a user confirmation/feedback. It's about using connman with wpa_supplicant. For rpi0, rpi4, rpi5 I could not get wifi working. I always got bad authentication. Then, when...
GCC 15 complains about function prototypes without arguments: | port_test.c: In function 'packet_loop': | port_test.c:235:7: error: too many arguments to function 'ensure_buf_big_enough'; expected 0, have 1 | 235 | ensure_buf_big_enough(port_data->header_size);...