Thomas Willheim

Results 101 comments of Thomas Willheim

Just to add some more info, here is the same page reload after reverting back to `react-measure ^1.4.7` ![asdfasdfasd](https://cloud.githubusercontent.com/assets/2730609/26653801/3245eab0-4609-11e7-8a36-593eccd60582.gif) Here is my git diff for my component: ``` diff --git...

Hmm, thanks for the reply, how hard would it be to patch it to support a sticky bottom bar?

It seems like this approach is working: ``` Validate.positional(,); ``` For example: ``` function getCutsitesFromSequence(sequence, circular, restrictionEnzymes) { var args = Validate.positional(arguments, [ 'string', 'boolean', { "name": "string", "site": "string",...

@brian-mann I was wondering about linters. Is there a reason that the default cypress folder structure doesn't include a .eslintrc file? Is it just one more thing for users to...

@BillDenton not trying to cause drrama but I would personally downvote this one as it seems kinda niche to me. Maybe there is another way to get there from vscode-git-tree-compare's...

@BillDenton I'm not actually sure what vision @letmaik has for this tool but I personally love how simple and clean it is (unlike gitlens which is bloated to the point...

Any follow up on this @shinout ?

for the time being, if people need this fix, they can install from https://github.com/tnrich/interval-tree2 `npm i -S tnrich/interval-tree2`

@letmaik thanks for getting back to me. Without the rich diffs I would say this one is lower priority for me than the other feature request I made https://github.com/letmaik/vscode-git-tree-compare/issues/84 Thanks...