Robert DeRose

Results 7 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...