Clemens Fuchslocher

Results 3 issues of Clemens Fuchslocher

I use Cuprite as a JavaScript driver for Capybara and sometimes the Chrome process crashes and Ferrum raises a DeadBrowserError at https://github.com/rubycdp/ferrum/blob/v0.11/lib/ferrum/browser/client.rb#L45. After that, all following tests turn red because...

The following code always throws an Errno::EBADF exception after some loop iterations: ``` require 'gpgme' puts GPGME::Engine.info.inspect crypto = GPGME::Crypto.new(armor: false, symmetric: true, password: 'password') (0..1000000).each do |n| puts n...

When I run the migration [20240215143453_create_active_hashcash_stamps.rb](../blob/0.3.2/db/migrate/20240215143453_create_active_hashcash_stamps.rb) with MySQL 8.0, the following error occurs: ``` Specified key was too long; max key length is 3072 bytes ``` Reproducing the error: ```...