Andrey Nering
Andrey Nering
Related bug: Manually editing the config file on `~/.config/rio/config.toml` and saving the file also messes with the theme, and requires a restart for it to be restored.
Thank you @raphamorim!
For some use cases [`defer`](https://taskfile.dev/usage/#doing-task-cleanup-with-defer) can be used as a workaround to ensure something is ran.
I could not reproduce the issue anymore. We did fixes related to tables and links recently, so this was likely fixed since you opened the issue. Closing. Let me know...
Just for future reference: I added a test case that can be used to debug this on this commit: https://github.com/charmbracelet/lipgloss/commit/c887c37fe0ba2c4ff48377ced2b3c351d3ea8b17 It also includes a fix, but a non-ideal one, so...
Also, for clarity, it was fixed with an additional setting on https://github.com/charmbracelet/lipgloss/pull/519 and https://github.com/charmbracelet/glamour/pull/431. What's not working is to detect automatically when doing: ```go baseStyle.Render(t.String()) ```
I'm getting a similar error on Vercel, that I believe to be the same issue. Database is on Supabase. ```log ✓ DATABASE_URL is defined. ✓ Database connection successful. ✗ Invalid...
@franciscao633 Just tried adding and got a different error now: ``` ✓ DATABASE_URL is defined. ✓ Database connection successful. ✗ Invalid `prisma.$queryRaw()` invocation: Raw query failed. Code: `N/A`. Message: `Error...
Prior to v3.0.0 it was working great.
`sslmode=no-verify` worked for now. Thank you!