Aleksandr Mezin

Results 189 comments of Aleksandr Mezin

@Ganster41 but latest apk contains native libraries for arm only: ``` 110344 2009-01-01 00:00 lib/armeabi-v7a/libbrotli.so 2681060 2009-01-01 00:00 lib/armeabi-v7a/libcronet.66.0.3356.0.so 170496 2009-01-01 00:00 lib/armeabi-v7a/libtensorflowlite_jni.so ``` It may work on x86 with...

@NicholasBuse if it's exactly the same apk for all platforms, then +1 on moving it to "all"

If it's the same APK for all arches - I see no difference from noarch. If we define "no-arch" as "for all architectures" - put the APK to "all", problem...

Merged some of your changes by cherry-picking I'm still not sure about moving `compile_commands.json`. At least about doing so by default 1. All c/c++ language servers that I'm aware of...

This was written earlier than the upstream script. Last time I checked, the upstream script didn't support separate build directory/out of tree modules.

This plugin obeys to JVM proxy configuration. For master node, add `-DsocksProxyHost= -DsocksProxyPort=` to the command line (before `-jar jenkins.war`). For example, on Arch Linux there is `/etc/conf.d/jenkins` that is...

I've been getting 404 errors too. I've updated TelegramBots library in https://github.com/jenkinsci/telegram-notifications-plugin/pull/51 but, unfortunately, there is still no release of the plugin with these changes. I'm currently using my own...

Oh, this is an ancient issue (but I somehow received a notification about it), so likely it's unrelated. A new release would still be a good idea though.

It seems that rewriting Gnome Terminal's foreground process detection in Gjs isn't possible (or maybe there is something like ctypes in gjs?): https://gitlab.gnome.org/GNOME/gnome-terminal/-/blob/master/src/terminal-screen.c#L2218

Actually, `tcgetpgrp` seems to be the only function necessary. However, there is no introspectable wrapper for it. js-ctypes looked promising https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes , but there is no `ctypes` global in gjs:...