Patrick Taylor
Patrick Taylor
So will this change never be merged? I am getting frustrated because we use this dependency in an internal linting tool which is used by hundreds of projects within our...
Using a `jsconfig.json` is a useful tool in non-Typescript projects when using [Webpack Aliases](https://code.visualstudio.com/docs/languages/jsconfig#_using-webpack-aliases) or when using Module Federation. For example in one project we have a [bi-directional shell](https://github.com/module-federation/module-federation-examples/blob/master/bi-directional/README.md) and...
Hello, are you using any other plugins? The reason I ask is it could be a specific rule which is causing this issue. I had the same problem you described...
The use-case I have for this is that I need my authentication tests to pass first - if they don't all subsequent tests will fail. Although the other tests will...
I am eagerly anticipating this feature. Being able to write custom instructions - potentially for specific glob patterns - and share that for all contributors of the repo would be...
iOS does not fire click events for nodes unless they appear "clickable". I had two issues on iOS9; selecting the date in the datepicker and dismissing the datepicker when you...
I have a hacky solution to this issue. Its almost 2am here so rigorous testing can wait until morning. Basically, you can use the `inputProps` on `DateTimeField` to make use...