Results 9 issues of Thomas Bonk

This PR adds support for optional chaining by adding prisms as requested in #9. I'm not 100% sure if `prism` is the right term or if something like `optional` would...

**Is your feature request related to a problem? Please describe.** I would like to have additional debugging support in coc.nvim. There are no debug extensions for neovim, that provide proper...

I would like to see support for PostgreSQL custom types: https://www.postgresql.org/docs/current/sql-createtype.html

enhancement

This project enforces the `I` prefix on generated interfaces, but some projects might have different naming conventions. Is it possible to configure the naming schema for these?

I receive a panic when I try to insert entries with custom types containing Numeric fields. The relevant schema looks like this: ```sql CREATE TYPE product_dimension AS ( type TEXT,...

I've encountered an issue in my development setup involving Prettier, the prettier-plugin-tailwindcss plugin, and a PNPM monorepo environment. Notably, when I save a file, the expected formatting by Prettier doesn't...

**Describe the bug** Using the `no-contradicting-classname` with nested arrays in JSX breaks ESLint: ``` Oops! Something went wrong! :( ESLint: 8.27.0 AssertionError [ERR_ASSERTION]: Node must be provided when reporting error...

bug
feedback needed

Is there an existing, recommended approach for internationalization with Gomponents? I'd like to share my thoughts on a potential enhancement and am eager to hear if similar solutions have already...

I think support for the Debug Adapter Protocol would be an nice addition to this plugin and extend its usage to more languages. It might even eliminate the necessity to...