Qwerty (Vítězslav Ackermann Ferko)
Qwerty (Vítězslav Ackermann Ferko)
When I tried to change the `config.paths.root + "/jest.config.js"` by hand to `jest.config.ts` it didn't really help. It did discover the files, but then I received ``` FAIL Contracts test/Example.ts...
Would it make sense to merge this fix regardless of the other issue? Fix one thing at a time in small discrete PRs.
@aarondill That's pretty good! Thank you
What is going on, why are people submitting their cv entries to this repo?
I like the idea of moving nodes around, but this seems as a needless overhead for the developer. Why not introduce new react-specific attribute, similar to the `key` that will...
Tried all of these, only `onLoad` and `onload` was printed to the console. ``` console.debug('onLoad')} onLoadStart={() => console.debug('onLoadStart')} onLoadedData={() => console.debug('onLoadedData')} onLoadedMetadata={() => console.debug('onLoadedMetadata')} ref={ref => { if (!ref) return...
I wrote something, then realised I needed to copy an old version of what I changed. I CTRL+Zed, then used your tool to expand selection and copy the text. Then...
Do you have access to AST?
You can undo last operation (`CTRL+Z`) to shrink the selection back. Anyway implementing this feature as you might have had in mind is rather difficult or impossible. Imagine you have...
So you didn't mean a general shrinking ability, you should have been more clear. Anyway, if you want to undo an expand selection, you can use aforementioned `CTRL+Z`.