Vitaly

Results 10 comments of Vitaly

I don't think that `yarn start` is supported. Use `yarn storybook`

@Kazark I made a fix in the code to make it happen, but never matured it enough for a PR... I am not really sure I have that code now....

https://github.com/volta-cli/volta/issues/729#issuecomment-846947786 A slight improvement to @a-barbieri idea is to use the version dynamically from the current version: `export PATH="$VOLTA_HOME/tools/image/yarn/$(yarn --version)/bin:$PATH"`

I've made the following difftool bindings in `.tigrc`: ``` bind status !git difftool -y %(commit) %(file) bind generic !git difftool -d --no-symlinks %(commit) ``` F4 - In status view shows...

@kmac Here is what I did to achieve the same: ``` # compare commit in log view with its parent per http://stackoverflow.com/questions/436362/shorthand-for-diff-of-git-commit-with-its-parent bind main !git difftool -d %(commit)^! ```

Do you have any idea how to start? ``` new Result( startPoint + match.start, startPoint + match.end, new OpenUrlHyperlinkInfo(match.match)) ``` This seems to be what's causing file links to become...

Hey, thanks for the PR! 1) Why do you need to call OPTIONS from the browser? The 2 use cases I have now, Desktop app and Android app aren't concerned...

Also reproduces for this: ``` - bla ``` - sss ``` - bla 2 ``` While working fine with this: ``` - bla ``` sss ``` - bla 2 ```

There is another UX issue that bothers me with the filter textbox. Whenever the user sees a filter, he assumes the filter is going to happen on everything he currently...