Sasha Kalmikov
Sasha Kalmikov
[ V ] Feature request Currently both applications and libraries placed in same directory. And there is only one config for this: `newProjectRoot` Please add another one: `newLibraryRoot` - if...
There is no info in returned to display correct error in forms. Only: `{gt: true}`. Add some info like in min/max validators: - `{actualValue: 0, gtValue: 1}` - `{actualValue: 4,...
## What's going wrong? When using `process.stdout.write` - output not in the same line. Also the line breaks are random. ## How could we reproduce this issue? ``` // index.js...
**Issue type:** [V] bug report **Database system/driver:** [V] `mysql` / `mariadb` **TypeORM version:** [V] `5.2.0` **Steps to reproduce:** When using cache on table that have date field, it returns date...
As I understand this plugin uses `.graphql` files both for schemas and queries/mutations. I have backend app with schemas declarations only. Is there any way to get rid of endpoint...
Manual search and replace currently required after renaming library directory. Please add support for automatic refactor of imports. Version info ``` [✓] Flutter (Channel beta, v1.12.13+hotfix.6, on Mac OS X...
**Prettier 1.15.3** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEcAeAHCAnGACMAGwEMBnUvAFTlJgGETy9gAdKPA6W7AVzBhwAKNhw4ZsASwBuxeHmIYJSPAEFFAZTjYpEsHAA0I0eOmy4nKADMJAc2V1o1m5u264RgJTMAvm28h9EAgMGAkuZFBibGwIAHcABSiEUmQQYikICQATAJAAI2xiMABrOBh1DCKJKBtkGF4DEAALGABbQgB1Jol4Ukq9TShSHukegE9UsHJc6tItGHjCm1biZEtiQjnAgCtSNAAhQpKy9WJWuAAZarg1ja2QXbR1aptCOABFHgh4W83Gyuwc2wqRgYwwNDAkhCuRMsA62RgTWQAA4AAyBcQQOYdQoYVLiGhaKQ3QLYOAARx4EjJi2Iy1WSHWf0Cc1aEjqDRZLzen2+N0Zd0aMGIeXhWURyAATIF6sQJIQXg5WitUlBoCSQDw5pQRSkBX9vN4gA) ```sh --parser typescript ``` **Input:** ```tsx export class TestClass { constructor( private api: ApiService, private config: ConfigService ) {} } ``` **Output:** ```tsx export class TestClass...
### Which platform(s) does your issue occur on? - Android - Emulator or device: `Nexus 6` and preview app. ### Please, provide the following version numbers that your issue occurs...
Add `"files.associations": {".graphqlconfig": "json"}` to User Settings when installed.