Ben Cook

Results 4 issues of Ben Cook

Hello 👋 Currently the `unmatched-parentheses` check uses a pair of regexes that aren't aware of quoted strings: ``` ❯ echo 'INSERT INTO t (a) VALUES ("(((");' | ./node_modules/.bin/sql-lint stdin:1 [sql-lint:...

Not sure if there's any interest in this, or if this is the best flag name - but this allows `--quiet` to be passed to the `cli` example target so...

Given these two templates ([inspiration](https://github.com/jadejs/jade/issues/654#issuecomment-5859502)) ``` jade //- base.jade block vars h1= message //- sub.jade extends ./base.jade block vars - var message = "It works!" ``` `jade sub.jade` produces ```...

**Describe the bug** BlockNoteEditor.create({ initialContent: blocks, ...(schema ? { schema } : {}) }).blocksToHTMLLossy(); // Default schema block works fine: console.log(await toHTML([{ type: 'paragraph', content: 'heya' }])); // React-based custom...

bug