Patrick Lenihan
Patrick Lenihan
I can draw the lines in terminal or pass a file to "less" and it displays the glyphs fine:  As well it works in LibreOffice:  But when I...
Seems to me from the code and the video demo that the agent exhibits two behaviours. - Find position closest to the first coin in dictionary - Subject to constraint...
On the left is buffer visiting my init file and right is buffer visiting a Python file.  Settings are `(ligature-set-ligatures 'prog-mode '("[ERROR]" "[DEBUG]" "[INFO]" "[WARN]" "[WARNING]" "[ERR]" "[FATAL]" "[TRACE]"...
``` >>> from hpobench.container.benchmarks.nas.tabular_benchmarks import SliceLocalizationBenchmark >>> bm = SliceLocalizationBenchmark() [INFO] BenchmarkClient at 2023-03-15 12:35:03,339 --- Start downloading the container tabular_benchmarks_0.0.5 from oras://gitlab.tf.uni-freiburg.de:5050/muelleph/hpobench-registry. This may take several minutes. INFO[0000] trying...
I get an import error at line [client_abstract_benchmark.py:335](https://github.com/automl/HPOBench/blob/47bf141f79e6bdfb26d1f1218b5d5aac09d7d2ce/hpobench/container/client_abstract_benchmark.py#L335) when launching the BNNOnBostonHousing singularity container. ``` [2023-06-06 17:29:46,453][BenchmarkClient][INFO] - ~~~ HPOBENCH VERSION: 0.0.11dev ~~~~ CONTAINER VERSION: 0.0.4 ~~~ Traceback (most recent...
This PR introduces Wayland support by adding `evdev` and `libinput` backends as alternatives to pynput, which only supports X11 and XWayland ([docs](https://pynput.readthedocs.io/en/latest/limitations.html#linux)). These alternatives should provide Wayland support if run...
Internal changes to the Python threading library in 3.13 breaks pynput. Likely to be fixed when [fixup/listener-thread-handle](https://github.com/moses-palmer/pynput/tree/fixup/listener-thread-handle) is merged, but at the moment Python 3.13 will throw this error: ```...
The following information is easy to miss: - Wayland not yet supported by [aw-watcher-window or aw-watcher-afk](https://github.com/ActivityWatch/activitywatch/issues/92). - Wayland (Posh, Sway) is supported by [aw-watcher-wayland](https://github.com/activitywatch/aw-watcher-window-wayland) (window+idle). - Wayland (Sway, Hyprland, KDE,...
When running `make build` as per the docs it stores in target `release` not `package`. The basename of the executable is also `aw-server` not `aw-server-rust`. Related to [ActivityWatch/aw-server-rust#500](https://github.com/ActivityWatch/aw-server-rust/pull/500) ---- >...
I think its a good idea to merge the unbundled watcher (excluding the server and tray) into [official ActivityWatch](https://github.com/ActivityWatch/activitywatch) as a submodule named `aw-watcher-linux`. The Makefile can then be updated...