Ernesto García
Ernesto García
I'd love this feature too. And I'm willing to give it a shot myself. I'd just need some pointers because it'd be my first time developing an Alfred workflow. How...
Warning: typescript newbie here. Relaxing rules in `tslint.json` does not work. I got a compile error for an empty function block (which BTW seriously?) It's weird because I did not...
Thanks! That solves the compile errors. But what about the fact that setting the rule as false did not work, but fixing the code to satisfy the rule did work?...
FYI, CRA now supports TypeScript: https://github.com/facebook/create-react-app#whats-included
Isn't this repo about recommendations to users of lodash of when they *could* go by with a relatively simple native alternative? I understand that some users may still prefer lodash's...
For me the real benefit of this project, including its eslint configuration, is to remove unnecessary code from my bundles when I can go by with a lighter alternative. If...
I assume custom key mapping limitations would also affect remapping "j" as "gj", and "k" as "gk", right?
I have `gj` and `gk` working with another vim extension for vscode: https://github.com/VSCodeVim/Vim This is the extra config needed in the settings: ```json "vim.otherModesKeyBindingsNonRecursive": [ { "before": [ "k" ],...
Indeed, the `findByRole` is the best approach, and a natural workaround. I started using it almost exclusively recently, after I filed this issue. However, I'd still argue the issue remains,...
Yup, I thought something along the lines of no. 1, could work. Will propose it in jest-dom.