Bao Huynh

Results 9 comments of Bao Huynh

Dear @yangshun "completed groups will be collapsed by default" is definitely much better (can confirm on the live site). Thanks a lot for the quick changes I still believe that...

I think they would make sense in the left toolbar. Some options are: - Right under the sliders in Schedule - Or maybe in a separate group called "Controls" below...

Having this issue too. I have a schema Person that have field `name: string`, `id: string`, and `manager: Person` The current behavior is either: - resolve everything circular, leading to...

From some more experimentations and explore, it seems like there is currently zero way to add the `encoding` object even without Typebox. Fastify itself only exposes the `schema` object for...

Can confirm that this also happens to me on latest version. I have a temporary fix; unsure if this is correct though because so many `.any()`. I found out that...

Not sure if you're looking for comments on this, but in the context of Git-sync, I'd love for plain-text to have first-class support - i.e. automatically save the collection data...

Hi. Sorry to revive this thread but I wish to ask: I am using Lemminx with Neovim - trying to configure some formatting settings, and which documentation site should I...

This is showing up in `drizzle-typebox` too. Array fields in PostgreSQL is also not converting to Array type correct when calling `createSelectSchema`. Fortunately, `drizzle-typebox` have options for manual override.

The doc is a bit hard to find, but according to [the doc](https://vituum.dev/plugins/pages.html#normalizebasepath), you probably would want to set the `page.normalizeBasePath` to true > normalizeBasePath Type: boolean Default: false Renames...