Matias Moreno

Results 15 comments of Matias Moreno

Thank you @chaserstrong after hours of banging my head against the keyboard downloaded nodejs v8.7 and the program suddenly worked. I owe you a beer. PS: server had nodejs v10.21.0

This should be fixed upstream. Find: @capacitor/android/capacitor/src/main/assets/native-bridge.js inside your node_modules. Scroll down to: function initNativeBridge(win) { const cap = win.Capacitor || {}; And add this line: if (!cap.Exception) cap.Exception =...

It looks like this node module doesn't support "caching_sha2_password" authentication. It's been introduced maybe in MySQL 8.0. In the meantime you can downgrade your mysql user: ``` $ sudo mysql...

It looks like PR https://github.com/mysqljs/mysql/pull/2233 would solve your issue.

It looks like I prefix my sentences with "It looks like"... :joy_cat:

Same problem here, Ubuntu 18.04 (64-bit), komorebi-2.1-64-bit.deb ```matias@Puesto5:~/Descargas$ env GDK_SYNCHRONIZE=1 /System/Applications/komorebi Welcome to Komorebi Reading config file.. [INFO]: loading Gst (komorebi:16444): Gdk-ERROR **: 15:32:51.990: The program 'komorebi' received an X...

Ok, after taking a look at: https://github.com/cheesecakeufo/komorebi/issues/139 I removed second monitor from my multimonitor setup... and it worked! So it seems komorebi has problems with multimonitor setups, at least in...

Finally Ubuntu developers pushed libwebkit2gtk-4.0-dev:amd64=2.22.2-0ubuntu0.18.04.2, so after an apt update I was able to compile the program from sources... and got same error message. At least now I can replace...

Hi, this is more difficult than it seems, so I would like to contribute a simple formula to get a very rought approximation: Suppose you have 50 requests per second,...

I think a better alternative would be a program that can load the executable, patch it on the fly to use the system's older glibc version (for example by intercepting...