Daniel Leidert
Daniel Leidert
We are currently building and distributing your gem as Debian package. With Ruby 3.0 we see several test failures. They seem to be related to the fact that arrays are...
We see the tests in `httpclient` run into timeouts with `webrick` 1.7.0. I was able to track it down to this line in `lib/httpclient/session.rb`: ``` 799 StatusParseRegexp = %r(\AHTTP/(\d+\.\d+)\s+(\d\d\d)\s*([^\r\n]+)?\r?\n\z) 800...
I get a bunch of errors when trying to build and test this version against `chunky_png` 1.3.15. It seems the `empty_bytearray` method [has been removed](https://github.com/wvanbergen/chunky_png/commit/84d187188ee360a2a971a0a60befae8974173402).
I am currently packaging your latest release for the Debian distribution. For this we run the tests and I see an error: ```Failures: 1) ProgressBar::Base can be converted into a...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...
I have a JSON file which conatisn the same phrase in different places. But instead of listing all the context-IDs for all occurrences json2po leads to the same ID (the...
This should fix the test errors with Ruby 3.0 ``` 1) predicates uri? [:http, :https] success behaves like predicate Failure/Error: uri_format = URI::DEFAULT_PARSER.make_regexp(schemes) NameError: uninitialized constant Dry::Logic::Predicates::Methods::URI ``` Please check...
This is an attempt to fix the build and usage with Ruby 3. closes #103
Ruby 3.0 removed `URI.encode`. This can be replaced by `URI.encode_www_form_component` though.
I've built the binaries on a Raspberry Pi via `cabal update`, `cabel build`, `cabal install`. The latter fails, complaining that the Chainweb.Test.Mining module cannot be found. I fixed this by...