Aaron Merryman

Results 9 issues of Aaron Merryman

Current: ```sql DROP FUNCTION IF EXISTS app_public.hello (a text); ``` Expected: ```sql DROP FUNCTION IF EXISTS app_public.hello(a text); ```

enhancement

Hi, I've been using this plugin for a long time now but I have an interesting use-case that I'm trying to solve without actually forking this library. Basically, we already...

Was this ever intended to work destructured styles? ```js const { myStyle } = useStyles() ```

enhancement

**Is your feature request related to a problem or a nice-to-have?? Please describe.** I use CodeceptJS which uses Mocha under the hood to programmatically run end-to-end tests for browsers. We've...

type: feature
status: in discussion

#### What are you trying to achieve? I'd like to be able to use CodeceptJS to run tests on multiple machines in a CI environment without needing to use `grep`...

## PR Checklist - [x] Addresses an existing open issue: fixes #4958 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken...

status: blocked

Right now, the parser sends throws a warning when trying to put a param inside the ANY part of a WHERE clause. Functionally it works great and it seems like...

This is necessary for using the limited file scope: https://www.googleapis.com/auth/drive.file Right now, the workaround is to create a custom picker.

Lets say I have a few extensions that the pglite repo doesn't know about, will the expected workflow be to fork pglite, add those extensions as part of the build...