Victor Krapivensky
Victor Krapivensky
Bluetooth (`/sys/kernel/debug/bluetooth/{l2cap,rfcomm}` — only root-accessible…) https://github.com/brndnmtthws/conky/wiki/Configuration-Variables * network upload/download rate * weather forecast * disk I/O (`/sys/block/*/stat`, `/proc/diskstats`) * platform sensor (`/sys/bus/platform/devices/`) * hwmon (`/sys/class/hwmon/`) * I2C sensors (`/sys/bus/i2c/devices`)
The [LLVM example](https://github.com/crystal-lang/crystal_lib/blob/master/examples/llvm.cr) substitutes a command output inside `@[Link(ldflags: …)]`, but not inside `@[Include(flags: …)]`. Is there a way to do the latter? If not, it would be nice to...
Hello, we have a program that creates multiple LWS contexts in different threads. It worked perfectly fine on other our servers, but on a new server we have the following...