Ryan Zidago

Results 8 issues of Ryan Zidago

Hi, I want to generate a PDF from a page where a user is authenticated. Therefore, I'd like to pass the session cookie when using chrome-headless-render-pdf. However, using the library,...

Le calculateur ne prend pas en compte les croisières touristiques. On demande à l'utilisateur s'il ou elle prend l'avion, le train, le bus, ou la voiture, mais pas les croisières.

Hi all, I'm having some trouble identifying why do I have a memory leak in my application. You can find more info in this Elixir Forum [post](https://elixirforum.com/t/memory-leaks-caused-by-error-logger-process/38430). Otherwise, as a...

Wouldn't it be clearer to get rid of the following line of code: `it { is_expected.to validate_uniqueness_of(:url) }` in [validations_and_associations.md](https://github.com/thoughtbot/testing-rails/blob/master/book/types_of_tests/model_specs/validations_and_associations.md), since urls are not expected to be unique (see [link_spec.rb](https://github.com/thoughtbot/testing-rails/blob/master/example_app/spec/models/link_spec.rb))?...

Depracted static attributes are still used in [factories.rb](https://github.com/thoughtbot/testing-rails/blob/master/example_app/spec/factories.rb): ```FactoryBot.define do factory :link do title "Testing Rails" url "http://testingrailsbook.com" trait :invalid do title nil end end end ``` Instead, the code...

For instance, in the context of a Phoenix application, users can now chose if they would rather install `chrome-headless-render-pdf` and `puppeteer` within the `/assets/node_modules` directory. - Having npm packages installed...

Hi! I have added `use_chrome: true` as well as `raise_on_missing_wkhtmltopdf_binary: false` to `config.exs`, however, I still always get the warning `[warn] wkhtmltopdf executable was not found on your system`. Could...

enhancement