David Holdeman

Results 18 issues of David Holdeman

I'm trying to create a new project. After using the configuration in #2238 I get this error when running `bundle exec rake db:create` ``` NoMethodError: undefined method `config' for #...

After every suspend, a lightdm-webkit2-greeter process is left running and consuming RAM, as well as WebKitWeb and WebKitNetwork processes. Here's a screenshot of top after closing and opening my laptop...

bug

On Mac OS 10.7 I have three rubies installed (2.0.0, 1.9.3, 1.8.7), but Gemsets says "No Rubies Installed" rvm list works. When I start it from the command line (sudo...

On Mac OS 10.7, when installing new rubies, the Add Ruby pane goes blank if there is an error during the installation. EDIT: Apparently I am not the only one...

Mac OS 10.7 - When there is a new version of rvm available, JewelryBox pops up a notification as well as putting a button in the title bar. If you...

Bug

**Playbook Configuration**: The relevant portion of my `vars.yml` file looks like this: ```yaml matrix_mautrix_telegram_configuration_extension_yaml: bridge: backfill: enable: true double_puppet_backfill: true ``` **Problem description**: When mautrix-telegram tries to backfill a chat...

Recently we started getting errors. This happens with both Kicad 6 and Kicad 7. We're using @leoheck's branch. ``` Traceback (most recent call last): File "/home/david/Downloads/rusefi/KiCad-Diff/bin/../kidiff/kidiff.py", line 934, in commit1,...

Currently we have two lists of build targets: the matrix in https://github.com/rusefi/rusefi/blob/master/.github/workflows/build-firmware.yaml and the list in https://github.com/rusefi/rusefi/blob/master/firmware/gen_config.sh. These lists have different keys. The matrix has board directory, bunde name/build target,...

enhancement

Pro: Less workflow to maintain Cons: - In the Github interface, the steps don't have an individual collapsible section, they all share one section. - Actions don't have specific inputs...

This keeps log output together on a per-recipe basis, and all the output of a submake (e.g. bootloader) together. There is still some stuff that seems like output is mixing...