Brian Andress

Results 19 comments of Brian Andress

FWIW, I was able to work around this issue by exploiting utils, but surely this isn't a recommended approach: ```javascript #!/usr/bin/env node /** * @see https://github.com/remy/nodemon?tab=readme-ov-file#using-nodemon-as-a-module * @see https://github.com/remy/nodemon/blob/main/doc/requireable.md */...

@remy I assume that there is a good reason for nodemon to be able to know whether or not it's being used as a module. Therefore, if you think it...

I was just able to get it to install, here's what I had to do: ```bash # Install the binaries # (this is documented) sudo apt-get install libmagick++-dev # Make...

K well I was just fighting with this for a while. I tried the approach from @cckn , but that resulted in all of the non-custom levels being pretty-printed as...

I ran into this same problem and I was able to patch the repo to get it working. To state the problem more generally, when a form is submitted and...

The docs are linked in the README, but I didn't see anything in the form of a "Getting Started" section, so here is what I had to do to tame...

After a few days with my unedited configuration above, the fan noise is now better, but still obnoxious. I had originally dismissed some of the comments here saying the configuring...

ok, well, I really tried to give this thing a chance, but this fan is driving me insane. I'll be trading in my bonobo soon. I think this is only...

in case there is any confusion about what my actual updated firmware is, here are the full contents of `firmware-open/ec/src/board/system76/bonw15/board.mk` ``` # SPDX-License-Identifier: GPL-3.0-only board-y += board.c board-y += gpio.c...