Aaron Collier

Results 13 comments of Aaron Collier

I get this error with [version 2.4.6 of svelte-awesome](https://github.com/CollierCZ/collier.cz/blob/main/svelte/package.json#L38). It only happens in development mode (when it tries to fetch all of the icons, not just the ones on the...

Seems like it breaks only in Firefox, at least for me.

I like the simple solution. But the upcoming `disk` command does seem to address it.

I like the idea of this rule a lot. I would note that it pulls up a lot of false positives for me with phrases like "run the application" and...

I wouldn't display the date of the last change. I don't think automated changes add much value and often is misleading (when I move a page I might have to...

> * Clicking on a first-level menu should open the overview page ... > * Clearly highlight if an element in the navbar has subelements ... These are going to...

I went through the list and reorganized a bit (removing some items already done). Also this bit is already possible: > When a user is on the bottom of a...

Removed some of the items done in #2768 and added the notes from #2785

This turned up for someone else not using Tailwind (https://github.com/ascorbic/unpic-img/issues/752). In that case, there was a tsconfig.json file in the specific directory, but not in the root of the monorepo....

If I do the workaround, I get Typescript errors. The types Svelte generates (visible if you run `svelte-package` are all like this: ```typescript props: Record; ``` That causes errors like...