Dorian Marié

Results 56 issues of Dorian Marié

Hi, I made a fork to fix warnings, what do you think of adding it as a dependency? https://rubygems.org/gems/cookiejar2 https://github.com/dorianmariefr/cookiejar2 See https://github.com/dwaite/cookiejar/pulls And https://github.com/dwaite/cookiejar/commit/5f85661eb661673460e7ad1a04a98111566e2537 that was not released

ok, I was generating the email wrong, it was adding headers to parts... ```ruby let!(:text_body) { "Some body" } let!(:html_body) { "#{text_body}" } let!(:text_part) { Mail::Part.new(body: text_body) } let!(:html_part) do...

Would it be possible to add parts to an email though the Mail.new initializer, e.g. ```ruby Mail.new( from: "[email protected]", to: "[email protected]", subject: "Some subject", part: { content_type: "multipart/alternative", html_part: html_part,...

There were warnings on RSpec 3.11 about the block syntax --- ``` Deprecation Warnings: The implicit block expectation syntax is deprecated, you should pass a block rather than an argument...

From https://csp-evaluator.withgoogle.com : > Consider requiring Trusted Types for scripts to lock down DOM XSS injection sinks. You can do this by adding "require-trusted-types-for 'script'" to your policy. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for Example:...

See for instance: https://www.litmus.com/blog/background-colors-html-email/ `background-color` and `background` CSS properties are better supported now than `bgcolor` I know there is the `css_to_attributes` setting, and that's what I'm using now but I...

Hi, I'm getting this error when doing `gem install curses`: ``` error: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Werror,-Wunknown-warning-option] ``` ``` Apple clang version 13.0.0 (clang-1300.0.27.3) Target: arm64-apple-darwin21.3.0...

**Your environment** * `ruby -v`: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin20] * `rdbg -v`: rdbg 1.3.4 **Describe the bug** When I do `debugger` or `binding.b` in my tests it blocks...

enhancement

cc @gingerlime what do you think? Sounds reasonable to me