Johan Lundström

Results 4 issues of Johan Lundström

I think the code in the following block should be changed to: ```rb smtp.enable_starttls_auto if settings[:enable_starttls_auto] ``` https://github.com/ianheggie/health_check/blob/6cd2f91b522b7d4af16386f5a2e8f76300a8d6a2/lib/health_check/utils.rb#L147-L153 Docs of Net::SMTP explains the difference: https://www.rubydoc.info/stdlib/net/2.1.0/Net/SMTP ![Image 2021-06-08 at 5 50...

Hi, Is there an easy or recommended way to generate markup for *floating labels*? Two examples: - Bootstrap examples: https://getbootstrap.com/docs/4.3/examples/floating-labels/ - simple_form: http://simple-form-bootstrap.plataformatec.com.br/examples/floating_label Basically I think it needs: - [some...

new feature
you can help!

Hi, My issue is that sometimes connecting fails quickly with status = 133. What happens then is that `connect` and `withTimeout` waits unnecessarily long. I have connect code with timeout...

## Description Support for profiles / different configurations per mouse. ## Rationale I have 2 different mice, 1 at home and 1 at work. I'd like to have different configurations...