Jay Linski

Results 94 comments of Jay Linski

I'd use https://github.com/GoogleChrome/lighthouse-ci for this. It has accessibility checks.

This behavior (auto-focus on hover) is especially annoying when using a datepicker. @ShGKme I'm very much in favor of removing this feature.

I created a pull request for `doctrine/dbal` to test on MariaDB 11.8: https://github.com/doctrine/dbal/pull/6991

Pull request in `doctrine/dbal` is [merged and released](https://github.com/doctrine/dbal/releases/tag/3.9.5). Next step is to update the library. There is an open PR for this, although I think it would be better to...

I like this idea (because I suggested the same 3 years ago in #931).

Can you post the setup you are using for measuring the performance improvements?

Note to myself: also revert this in `master`. https://github.com/handlebars-lang/handlebars.js/pull/1998

Did you try `handlebars ./test/ -f out.js`?

I just checked the code. It simply uses the input from the terminal (eg by using bash path name expansion). So this works: `handlebars ./test/*.hbs -f out.js` because the shell...

I would suggest a max-width-[ellipsis](https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow) with a [title](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title)-attribute.