Alex Draper
Alex Draper
We might want to refactor this project to use a framework of some sort. Perhaps [Vue JS](https://vuejs.org) or [Glimmer](https://glimmerjs.com). It would make adding new features cleaner and faster.
Chrome imposes byte limits on items in storage. So each individual item can be a max of 8192 bytes. If someone’s list is longer, the index array could take up...
If we add a trash bin, we can send “deleted” items to the trash, and then only delete them after a set period of time (30 days or whatever is...
We need some more (and better) promotional images. Currently, our Chrome Web Store listing has the bare minimum for images: one screenshot and a small promotional tile image. I’d like...
### Describe the Bug Empty with multiple attributes do not always format as expected with the `bracketSameLine` option. The following is how Prettier formats this as HTML. ```astro {value} ```...
Track events default the `time` property to `time.time()`, which might not be precise enough. Why not send it in milliseconds instead?