Daniel Ferenc Balogh

Results 8 issues of Daniel Ferenc Balogh

The Data API supports [postgres arrays](https://www.postgresql.org/docs/9.1/arrays.html) by returning `{"arrayValue": {"": [, ]}}`, but this package is returning `{"": [, ]}`, meaning it's not only transforming the first level of the...

## Version and Environment Details __Operation system__: macOS Mojave 10.14.6 __IDE name and version__: Webstorm 2019.2.3 __Plugin version__: 2.2.0 ## Expected Behaviour The following code snippet: ```javascript gql` enum FooTypes...

feature

When using, for example, `subl` as the default editor of the system, the command does not wait for the file to close, instead it just ends, therefore no answers are...

fixes: #61 This should fix the occasional `ENOENT` errors. I've also added a disclaimer to the Readme to mention that you need to be careful when using this with plugins...

Since these two fields are basically represented as strings and act exactly like short and long answer, this is a pretty safe and trivial addition. Tests are passing, and tested...

# Expected Behavior Source map can be correctly parsed by bundlers. # Current Behavior [email protected] fails to parse source maps, throws the following error: ``` Failed to parse source map...

For some reason, exclude will fail for symlinked node modules in the config. The following config will not work on a symlinked module, like, for example a package in a...

Needs Reproduction

### What kind of issue is this? - [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue...

Type: Bug
Component: React Compiler