Matt Powell
Matt Powell
``` DEPRECATION WARNING: Sprockets method `register_engine` is deprecated. Please register a mime type using `register_mime_type` then use `register_compressor` or `register_transformer`. https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors ```
If I turn `collectCoverage` on in my `jest.config.js`, the generated coverage report adds fingerprints into the names of the files (e.g. `Button.tsx?1643925799148`). This not only breaks the HTML report (as...
In my .gemrc I have: ``` rdoc: --inline-source --line-numbers --format=html --template=hanna ``` ...so that I can use hanna as my default rdoc template (especially for local gem docs). This worked...
Inspired by Rails and Haml, this change allows `tag` to accept nested attributes. This is useful for adding `data-` and `aria-` attributes without a lot of repetition. So, for example:...
As demonstrated in `test_handling_duplicate_urls_with_limits`, where the `:limit` is given as 13, but the resulting string is 15 characters long. I'm happy to work on a fix to address this.
The commit in e609ba0e4765aa66321adc134ab164c39f0f0f4a broke the ability to use data attributes to override the position and onOpen options, since these are always set as defaults.
``` {results.map((result) => ( {result.label} )} 0} /> add(query)}> Add “{query}” ``` The separator element always appears at the top of the list for some reason, regardless of where it...