Caleb Hoff

Results 10 issues of Caleb Hoff

This pull request has a lot of things in it, but it's really scaled-back compared to the last one. 1. Add documentation about Yarn v3 to make upgrading easy (and...

## New stuff 1) Upgraded to [Yarn v3](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md) from Yarn v1 > This has some cool benefits such as fewer warnings, deduped packages, better console output, yarn plugins, and more....

# Issue: Babel-Plugin-Styled-Components Minification Babel-Plugin-Styled-Components does not minify CSS in a few cases. I've fixed one of them by changing the media query utility to avoid template literals. 1. Does...

There is a mismatch in the easy-email types that leads to an annoying bug. This makes no difference (as idx is falsy checked before use), but will fix the type...

Since updating to `vite-plugin-solid` `v2.8.3` (& still on `v2.9.0`), all my unit tests have been failing in Vitest with this error: ``` [error] TypeError: Cannot read properties of undefined (reading...

## Changes 1. It saves 5+ bytes for every single attribute that's instead set as a property, so I've added a list of [reflected attributes](https://html.spec.whatwg.org/#reflected-idl-attribute) to the Properties list. 1....

Currently, the default dictionary is: `_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789` Based on a character frequency analysis of the code in a few of my projects it should be re-ordered to this: `etionraldfps0gx-1chbum4v6w25k9y873zjHCONADLYqBEFGIJKMPQRSTUVWXZ_` For me...

improvement

**dist** folder only contains: ``` spacing.min.js spacing.min.js.map ``` but entries in *package.json* are: ```json { “main”: “./dist/spacing.js”, “module”: “./dist/spacing.js”, “types”: “./dist/types/index.d.ts” } ``` none of these files exist please update...

@ryansolid Just following up on the issue we discussed during your Friday stream. CSS Module classes are substituted for static strings by Vite AFTER the Solid babel plugin runs, so...