Alex Dewar

Results 52 issues of Alex Dewar

Git-annex often has to calculate hashes for many files. Set it to BG_CPUIO so it doesn't hog resources.

This is just a suggestion, but how about copying the module files to /tmp and then just creating a symlink to it? That way a) it'll be faster and b)...

**Operating system**: Arch Linux **wxPython version & source**: PyPi **Python version & source**: distro (v3.10) **Description of the problem**: On Python 3.10, but not 3.9, the example program below (taken...

Currently, calls to matplotlibcpp::subplot() always fail as Python complains about the type mismatch.

I've found if I ``#include`` ev3dev stuff in separate compilation units then I get errors like this: ``` /usr/bin/ld: BoB/modules/robots/ev3/BoB/third_party/ev3dev-lang-cpp/libev3dev.a(ev3dev.cpp.o):(.rodata+0x370): multiple definition of `ev3dev::gyro_sensor::mode_gyro_ang'; BoB/modules/robots/ev3/libbob_robots__ev3.a(mindstorms_imu.cc.o):(.rodata._ZN6ev3dev11gyro_sensor13mode_gyro_angE[_ZN6ev3dev11gyro_sensor13mode_gyro_angE]+0x0): first defined here /usr/bin/ld: BoB/modules/robots/ev3/BoB/third_party/ev3dev-lang-cpp/libev3dev.a(ev3dev.cpp.o):(.rodata+0x380):...

On the BrickPi, we have to explicitly set the sensor type as it cannot be automatically detected, as it is with ev3dev running on the Mindstorms computer. This PR adds...

When I load the module it seems to work for a while, but my dmesg log is full of ``scheduling while atomic`` errors, then I generally get a hard lockup...

I'm getting the following error: ``` ==> Starting pkgver()... internal/widgets/time_entries.go:12:2: package github.com/abgeo/goclockify/internal/components imports github.com/nsf/termbox-go from implicitly required module; to add missing requirements, run: go get github.com/nsf/[email protected] ==> ERROR: A failure...

Is there any way to do this with ``goclockify`` as it is? I couldn't see any options in the config file.

After upgrading to v0.10.2 my CI system started failing, giving the following error: ``` Traceback (most recent call last): File "/home/alex/code/FINESSE/.venv/bin/pytest", line 5, in from pytest import console_main File "/home/alex/code/FINESSE/.venv/lib/python3.9/site-packages/pytest/__init__.py",...