bashbunni

Results 67 issues of bashbunni

Not sure if we even want or need this, but I thought I remembered us mentioning switching our examples to use our own logger to show how easy it is...

Would be cool to show potential solutions for users when an error occurs. e.g. if a port is misconfigured, give them the option to edit their config.yaml and reload wishlist...

enhancement

https://github.com/charmbracelet/lipgloss/pull/240 part of glamour rewrite

This is still a wip, but making a draft PR so it's easier to get feedback and help debugging along the way. It seems to spit out the right table...

Depends on this PR in Lipgloss https://github.com/charmbracelet/lipgloss/pull/218 Would simplify the implementation of our current table rendering solution

enhancement

We built Glamour before Lip Gloss, so there are a lot of fixes that were applied in Lip Gloss. We should rip out the custom stuff we use for the...

enhancement

This is generally supported by markdown readers to include a relative filepath (e.g. `[read more](./more-info.md)`) which provides a clickable link to open the other file. Tested with Joplin and Neovim...

enhancement

related https://github.com/charmbracelet/glow/issues/499 I'm testing to reproduce the formatting issues in this bug report to confirm if Glamour is responsible for this behaviour. (wip)

This no longer writes projects to a SQLite DB and instead writes them to `~/.pjs`. It uses `os.UserHomeDir` to determine the home directory based on your OS; that is `$HOME`...

enhancement