Brendan

Results 83 issues of Brendan

resolves #26

It would be nice to have a Linux equivalent of Arduino's `attachInterrupt()` and `detachInterrupt()` for use with the trackpad's DR (DataReady) pin. This is completely optional because `PinnacleTouch::available()`can be used...

**Is your feature request related to a problem? Please describe.** I'm having trouble installing `nur` in WSL ``` $ cargo install nur ... Caused by: failed to select a version...

https://github.com/adafruit/circuitpython-build-tools/blob/0ae17a960bfa1967829e8110841c6cb534897d20/circuitpython_build_tools/build.py#L46 > /home/runner/.cache/uv/archive-v0/gQVN497zrc49u5GmIxX_f/lib/python3.14/site-packages/circuitpython_build_tools/build.py:46: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\\\."? A raw string is also an option. I...

# Description Adds prebuilt binary for armv7-linux-gnuaebihf to release assets. It took an hour to build `nur` on my RPi 32-bit OS. So, I figured a simple patch wouldn't hurt....

pytest output ```text ../venv-test-arm64/lib/pypy3.11/site-packages/pygit2/errors.py:67: GitError __________________ ERROR at setup of test_rebuild_treebuilder __________________ @pytest.fixture(scope='session', autouse=True) def global_git_config() -> None: # Do not use global config for better test reproducibility. # https://github.com/libgit2/pygit2/issues/989...

Testing the [sphinx 9.0.0-rc2](https://pypi.org/project/Sphinx/9.0.0rc2/) with this theme crashes with the following error: ```text Traceback ========= File "C:\dev\sphinx-immaterial\.venv\Lib\site-packages\sphinx\builders\__init__.py", line 427, in build pickle.dump(self.env, f, pickle.HIGHEST_PROTOCOL) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _pickle.PicklingError: Can't pickle local object...

According to their recent [announcement], mkdocs-material theme (upstream source for this theme) has entered maintenance mode. ## What does this mean for sphinx-immaterial? For now, we'll simply try to keep...

dependencies
feat: upstream

First, I failed to publish v0.13.5 because twine failed to validate the metadata. The package was built using metadata v2.4, but the version of twine used (by `pypa/[email protected]`) only recognizes...

resolves #128 Please review diligently as I'm not overly familiar with this crate's code.