Daniel Leavitt

Results 18 issues of Daniel Leavitt

This appears to be a not-especially-breaking bump - they've just changed the versioning scheme. Still testing it out.

Related to #22 For blocks, `source_location` reports the line where the block opens as its line number. If the block is part of a multiline expression, this can be partway...

Per #10515, adds a `--json-schema` flag to output a JSON Schema for your project's RuboCop configuration file. This allows your IDE to autocomplete/validate the cop, department and global settings in...

## Is your feature request related to a problem? Please describe. It's kinda laborious to maintain my .rubocop.yml file - I spend a lot of time switching between my browser...

## Is your feature request related to a problem? Please describe Overlays, when not passed an explicit `container` prop, attach themselves to document.body. This doesn't work well if you nest...

The current error format is good for reading in the console, but is not very suitable for sending to error reporting services or otherwise dealing with in a programmatic way,...

enhancement

Excel seems to treat null values as zero for the purposes of arithmetic. Dentaku does not, it raises a `Dentaku::ArgumentError`. Would you accept a PR to this behavior to match...

See failing tests below for more specifics. To reproduce In a params block, define an array param within a Hash or JSON param: ```ruby params do optional :data, type: Hash...

confirmed bug

The [basic custom form fields](https://getbootstrap.com/docs/4.3/components/forms/#custom-forms) are usually something you want to apply either globally or not at all, so it would be great to have the ability to globally default...