fern

Results 3 issues of fern

Given the following table ```sql CREATE TABLE postal_codes ( updated_at timestamp NOT NULL, created_at timestamp NOT NULL, location point NULL, code text NOT NULL ); ``` I would like to...

**Describe the bug** After successfully installing bun with `mise use -g bun` and installed some global package like `bun add -g @biomejs/biome` I cannot run biome directly from my shell...

bug

Hi I'm very new to astro and was wondering if there's a way to get the markdown content itself to hot reload. The astro templates do hot reload when editing...