Abe Zukor
Abe Zukor
I am trying to set alarms up with the server. I ran ``` sudo python main.py -s The unicornhat package needs to be installed ! The LightUpHardware folder contains a...
**Is your feature request related to a problem? Please describe.** When typing input I sometimes misspell things. As I often use rnote for work, misspellings are not optimal. **Describe the...
Compiling with cc common link is gives the following error when using rust 1.87.0 ``` ERROR: /home/abe/.cache/bazel/_bazel_abe/827f63e25b315dd064e3058497da15dd/external/rules_rust+/util/process_wrapper/BUILD.bazel:31:36: Linking external/rules_rust+/util/process_wrapper/process_wrapper [for tool] failed: (Exit 1): gcc failed: error executing CppLink command...
Currently `rules_rust` requires that intra-workspace dependencies are manually specified in the `deps` sections of `rust_library` and `rust_binary` targets. Third party dependencies can be automatically detected using `crates_universe`. I have a...