Robert DeRose

Results 11 issues of Robert DeRose

If you include: gem 'rack' in your Gemfile, then guard-jekyll-plus's `rack_available?` returns true, which calls `start_rack`. This line: `thin = s.server == Rack::Handler::Thin` causes this error: ``` bash 23:25:05 -...

They support it in swagger and I find it useful. It would be helpful if you could override the protocol support for an endpoint. This would mean some APIs endpoints...

Type: Enhancement
Status: Idea
Topic: Spec

Github is deprecating Node 16 as it is now EOL. This change is just to change the action to use Node 20 in the actions.yml file. It has been tested...

* The methods `publish` and `unsubscribe` will throw an exception if the client is not currently connected. This adds a check to ensure that the client `is_connected` before attempting to...

We cloned this repo back in April 2022 as a starterkit to our project. The makefile from that version no longer works when it attempts to do... ```bash $(LIB_TEST): flock...

The logic in `_remove_paths` checks if the path is a `str` or `Path` object and only if it is a `str` does it assume it contains a glob. Unfortunately, the...

According to the docs, you can provided a `skip` list of files that should be ignored during updates. The docs also state that this list can contain `globs`, however, these...

```python >>> input = pp.GPIO("/dev/gpiochip3", 10, "in", inverted=True, drive="default") >>> input.edge="falling" Traceback (most recent call last): File "/root/gpio_controller/.venv/lib/python3.10/site-packages/periphery/gpio_cdev2.py", line 269, in _reopen fcntl.ioctl(self._chip_fd, Cdev2GPIO._GPIO_V2_GET_LINE_IOCTL, line_request) OSError: [Errno 22] Invalid argument...

hardware

Like the title says, it would be nice if the title of the post could be updated to include the version of Python that the test were run against. So...

This also corrects the fact that the current workflow overwrites the arm64 build