Sage Fennel

Results 25 issues of Sage Fennel

### Describe the bug When using a terminal with a light background, the default colors for `ls` are not readable. ### How to reproduce 1. Use a terminal with a...

documentation
polish

This is not done seeing as there's a decision to make about when to enable type checking. Should it use a command line flag? Environment variable? Both? Some kind of...

If you check out the preprocessor section for create-react-app you can see that it's actually possible to have live-reloading CSS with react-scripts without ejecting. Essentially the tachyons-cli is your "preprocessor"...

I think I misunderstood how to use this tool and I made the input and output directory match. It for several minutes before crashing on a *HUGE* path. I'm guessing...

The ESM export should just be a wrapper around the CJS one, because Node ESM support is awful. https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1

- [ ] [Try switching to Preact](https://github.com/preactjs/preset-vite) - [ ] [Try switching to Wouter](https://github.com/molefrog/wouter) - [ ] Try Lingui or something? idk - [ ] Remove Helmet

cleanup

Right now the Pokedex page has way too much info for each entry in the Pokedex. That makes it hard to find a Pokemon through manually looking, and it really...

feature

I'm still not sure how I want to add these in to the UI, but certain abilities change type matchups, and certain moves bypass the normal type matchups. Even though...

feature

Certain types of held berries can offer a one time damage resistance https://bulbapedia.bulbagarden.net/wiki/Category:Damage-reducing_Berries Similar to Pokémon abilities, it may be worth adding support for held berries or other types of...

feature