Bram Stolk

Results 75 issues of Bram Stolk

A long int array is allocated as ints, not long ints, causing out of bound writes. From ls.c ``` long int *r; r = malloc(n * sizeof(int)); for ( i...

I have an up to date Ubuntu LTS, and used the apt command from the documentation. Why trying to build... ``` $ sh autogen.sh autoreconf: Entering directory `.' autoreconf: running:...

This is with PowerTOP v2.11 from Ubuntu, as I could not build from repo source. When using the curses interface, the column descriptions are not aligned with the columns that...

If the link flags do not go at the end of the argument list, there will be unresolved symbols while linking.

So, I am not sure if this is a bug in AMD drivers, or in clspv, but when I use this OpenCL construct: ``` const int8_t face = fac[rindex]; .......

So, OpenCL is based on C99, so mixing code and variable declarations is perfectly acceptable. Yet, clsvp will complain with: **warning: mixing declarations and code is incompatible with standards before...

The API is missing a function to request multiple quotes in a single URL. `&symbols=AAPL,IBM,AMZN`

I suspect this needs a specific version of wlroots? Because building against latest (v0.17), gives me: ``` $ meson setup --prefix=/opt/kiwmi build The Meson build system Version: 0.63.2 Source dir:...

Is `init.lua` not found, fatal? Because kikmi fails to launch (from virtual console) for me: ``` Using kiwmi v1781497 (Dec 8 2022, branch 'master') 00:00:00.000 [DEBUG] [../kiwmi/server.c:31] Initializing Wayland server...

I have a machine with both an NVIDIA dGPU and an AMD iGPU, as can be seen here: ``` $ inxi -G Graphics: Device-1: NVIDIA GA106M [GeForce RTX 3060 Mobile...