Arturo Rinaldi

Results 11 comments of Arturo Rinaldi

Sorry @benoitc, clicked too much fast (and accidentally) on the 'comment' button. The issue has been correctly edited...thank you !

thank you @javabrett, I'll give it a try and let you know as soon as I run some tests. I the meanwhile this is the **strace** output when launching the...

@javabrett I am using this one as reference, should do the trick: https://github.com/benoitc/gunicorn/blob/master/examples/example_config.py#L132 then launching the command: ``` gunicorn -c example_config.py -w 3 myapp:app ``` brings me to the same...

@OfirMos @0x0tyy check my complete build for the latest termux here: https://github.com/artynet/RedisTimeSeries/tree/cmake-libevent-1-10-9-termux ``` clang version 16.0.6 Target: aarch64-unknown-linux-android24 Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin ```

I just replicated the Debian Stretch base toolchain (binutils, gcc, kernel and glibc)....it seemed a more natural choice to me making a "small jump" from gcc v4 to gcc v6....

Hello @XD-DENG , first of all thank you for your quick reply ! After you useful explanation I was able to figure out the actual issue. As a matter of...

Hello @XD-DENG, sorry for being late ! Of course I'd love to give my contribution to the project....my intention is to fork the project and add the compose file and...

I still can't figure it out....it seems it is using the pixels instead of the usual boundaries. Any chance to convert it in the standard yolo format ?

Thank you @CGarces, I thoroughly browsed those discussions time ago end ended up looking here: https://github.com/abperiasamy/rtl8812AU_8821AU_linux/pull/285 alas, the **8192eu** driver structure is very different from the **8812au** one altough they...

@stravi @sifr01 when applying this patch: ```patch diff --git a/Makefile.inc b/Makefile.inc index ed4b88f..31761cf 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -377,23 +377,23 @@ else ifeq ($(OSABL),YES) cp -f os/linux/Makefile.6.util $(RT28xx_DIR)/os/linux/Makefile -...