Marcin Juszkiewicz

Results 63 comments of Marcin Juszkiewicz

1. git clone this repo 1. cd syscalls-table 2. unpack Linux source 3. ```make KERNELSRC=PATH-TO-LINUX-SOURCE``` And then you get system call tables for used Linux version. Some syscall names may...

Table shows proper values for each architecture. Please open new issues for such questions next time.

DataTables has FixedColumns extension but it collide with FixedHeader one. Leaving open for now. Low priority as architectures can be disabled.

``` (test) hrw@jagular:python-lz4$ python --version Python 3.9.2 (test) hrw@jagular:tmp$ git clone https://github.com/python-lz4/python-lz4.git Cloning into 'python-lz4'... remote: Enumerating objects: 4789, done. remote: Counting objects: 100% (21/21), done. remote: Compressing objects: 100%...

Yeah, Arm ecosystem is still behind x86-64 one in too many places. Sad to see it go, but I understand your decision.

From quick check that would require changing all plugins to provide not only short text definition of item but also long one and url.

First have to gain access again: "Your Bugzilla account has been disabled due to issues delivering emails to your address."

What about allowing user format? default: format = BZ#{number} - {title} user: format = BZ#{number} - [{product}] {title} I am fine with printing component/product only in verbose mode too. My...

Is there a fixed url where aarch64 wheels can be downloaded? Without going through list of zuul builds.