Liam Hammett

Results 16 issues of Liam Hammett

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title) and other resources, if an `` element has a `` tag as a first-level child, that will be used as a visually hidden but accessible description for...

question
documentation

When using this theme, the text from things such as the present working directory ends up feeling very squished against the separator character, at times making the text a little...

Is there a reason why the `` component doesn't generate a `` HTML element under the hood? It seems like the appropriate semantic element to use, rather than a plain...

I figured I'd raise this as a discussion point to see what people think so we can come to a consensus before raising anything. Right now we've got a handful...

enhancement

Per #22, this PR adds some extra features on top of the basic preset. Currently, this is just an application layout shell and a stub for an account settings page,...

enhancement

While the current preset was made to pretty much a match the existing laravel/ui presets one-to-one, I feel like we could probably go a little bit further for people that...

enhancement

Assuming `|` is the cursor, if I try to open a paragraph tag by typing `` at the beginning of the following line: ```html |Lorem ipsum dolor sit amet ```...

Refactors the code to use a rule-based approach where every rule is its own class that can do two things to the current email address; `normalize` it, and build a  ...