Mykl Clason

Results 7 issues of Mykl Clason

**Incomplete**. I've done most of the work to setup complete filename matching for linting. Figured I'd put it up here for discussion before I finish it. Only a single line...

So here is what I'm trying to do: 1) Given an excel file with a single sheet it in (the template sheet) 2) Duplicate that sheet one or more times...

I'm trying to determine how useful it would be to add a log scaling option, though not as a default. Seems like it would be helpful in ensuring that the...

discussion

Have similar issue as this one, but have a solution in mind: https://github.com/varvet/pundit/issues/663 The issue is to be explicit and potentially excessive. Though we can make use of lazy query...

feature request
waiting for response

The current instructions can result in errors for at least some version of ruby if when rspec runs as it is not in the "test" group. The error generated does...

Using ruby 3.1.2p20, simplecov (0.21.2). I have this setup I'm using: ``` require "simplecov" require "simplecov-lcov" SimpleCov::Formatter::LcovFormatter.config.report_with_single_file = true SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ SimpleCov::Formatter::LcovFormatter, SimpleCov::Formatter::HTMLFormatter ]) SimpleCov.start do add_filter(%r{^/spec/}) # For...

Decided to make an issue out PR https://github.com/mhuggins/ruby-measurement/pull/8#issuecomment-264359765. Summa, was I wanted to discuss how to go about extending the code. Anyone is free to write the code themselves, I...