Stephan Leibelt

Results 4 issues of Stephan Leibelt

related to #35 Since rollout >= 2.1 percentages can be floats: https://github.com/fetlife/rollout/commit/ac5f55bfd5aea59bf7c4c9cea189cacd49b7d290 so we have to cast the float string to integer to mark the correct option as selected.

In the [options section](https://github.com/arantes555/electron-fetch#options) the `agent` option is described like this: ``` agent: null, // (/!\ only works when useElectronNet is false) Node HTTP Agent.,``` If we know upfront that...

Addresses https://github.com/arantes555/electron-fetch/issues/34 to raise an error if the agent option is passed but not supported.

This adds an example how to configure RSpec with `phlex-testing-capybara`. It also * mentions to include `Phlex::Testing::Rails::ViewHelper` just as in the Nokogiri docs, which was missing before * updates the...