gabssnake

Results 9 issues of gabssnake

Hi, thanks for your work, love this eslint-plugin :) I encountered an issue where some code, admittedly very bad, produces invalid output after fixing `no-mocha-arrows`. ```javascript it("writes code in strange...

Hi there, thanks for your work with this! It would be great to have a recommended setting, like other eslint plugins. So for the simplest use case, we would do:...

Hi, hope you're doing well :) We found that multiple statements in `ALTER TABLE` are not yet supported. Individual statements work well though. Hope this helps. ```sql -- Some example...

Feeling guilty from all the issues opened... ^^ Trying to alter [types](https://www.postgresql.org/docs/9.1/datatype-enum.html) : ```sql -- Our example table and enum type CREATE SCHEMA humanity; CREATE TYPE humanity.moods AS ENUM ('happy',...

Hi there, thank you for your work, it is awesome ! Are there any plans to support [`INHERITS`](https://www.postgresql.org/docs/9.1/ddl-inherit.html) ? Are you open to contributions for supporting it ?

Hi! Since we are looking into implementing `INHERITS`, we noticed there are a lot of complex edge cases due to the retroactive nature of inheritance. Instead, we are considering refactoring...

Hello, thank you for your work on this projet! Is there any interest in supporting tabular formatting? For example, like this: ```sql CREATE TABLE inspection ( antispam BOOLEAN NOT NULL...

feature
tabular format

Hi everyone, Thanks for sharing this demo! I was looking at the [source of `Nav` component](https://github.com/vercel/next-react-server-components/blob/a873ad96ab4291c58c5c2299899df4114270af46/components/nav.js#L2): ```javascript export default function Nav() { ; new ... {` ... `} } ```...

Hi there, thank you for your good work ! It seems `additionalProperties` which have a `Symbol` key do not throw with `throwError`. What am I doing wrong? Is this expected...