Ricardo Mendonça Ferreira

Results 40 comments of Ricardo Mendonça Ferreira

Is there a specific reason for using JSON to serialize the data? I'm currently storing metadata in JPEG images using IPTC (with https://github.com/james-see/iptcinfo3), but saving _all_ parameters (even argv[0]) in...

> For one thing, it's dangerous to encourage people to triple-click/copy/paste into shell, because someone might throw something malicious in there like `rm -rf /;`. True! Removing `argv[0]` might help...

> Edit: didn't see you wanted to keep RTK indices. You could use this CSS in place of the first rule in my CSS. Thanks for the tip (and all...

This issue seems to be a duplicate of #974

I found it when searching Google for Python GUIs, something I always do from time to time. I have used mostly PyQt and OpenCV for Python GUIs, but PySimpleGUI is...

> ```shell > crew reinstall -s mesa > ``` Thanks for the reply! There were issues compiling mesa (and it took quite a while to get there), so I tried...

Happy new year! 🥳 🎈 I built and installed mesa, then I started `google-chrome`, and got `Missing X server or $DISPLAY`: ``` Fontconfig error: No writable cache directories Fontconfig error:...

I had GLIBC_2.33 installed. ``` $ crew const LIBC_VERSION LIBC_VERSION=2.33 ``` I tried to install GLIBC_2.35 (or so I thought), but the issue persisted. ``` $ ldd --version ldd (GNU...

Thanks, @satmandu ! In other words, Chromebrew does not fully support EOL Chromebooks (at least for pre-built GUI apps), is that correct? It would be nice to have that information...

> My docker image scripts for running ChromeOS based Chromebrew containers are here: > > https://gist.github.com/satmandu/d8365cb70b899901a05290d31c04909a Thanks! I have found them before (and [their respective images](https://hub.docker.com/r/satmandu/crewbuild/tags)), but they are limited...