Shafqat Bhuiyan
Shafqat Bhuiyan
Regarding visualisation: I recently created a PR for reg-cli that adds extra tools for comparing images: https://github.com/reg-viz/reg-cli/pull/199. I've been using loki with reg-cli to generate reports and it works quite...
Hi @ryparker. I'm not sure if it's possible to prevent reg-cli from doing its own diffing. So I just replace its diffs with Loki's as you mentioned.
You can usually substitute "yarn " with "npm run " On Sat., 5 Jan. 2019, 16:37 Geoffrey Richey I'd like to implement this into my CI flow and not have...
I encountered similar issues in the past. The changes in this PR fix it for me: https://github.com/oblador/loki/pull/102 @techeverri I'll try to post some examples of when this can happen
Here are two examples where Loki will show an error, but the browser will work just fine: ```javascript const Message = ({ show }) => (show ? Hello : null);...
@ayatkevich I worked around that error in my stories by adding a container element that has 100% width and height. Basically, I changed my stories from this: ```javascript storiesOf('MyComponent', module).add('Example',...
@oblador > For the second example that's kind of intended behaviour, although there's been a few issues posted about it so might have to reconsider that decision. The thinking is...
@masteryoda2018 You can use something like https://github.com/reg-viz/reg-cli/ for that. It should work in windows if you have node installed. Loki is only useful if you're using storybooks.
Hey @itJunky, Yup you do need to download it to your server when you log in. I tried to make it a short URL to make that easier (https://bit.ly/vimswitch). Yes...
Thank you for suggesting the issue. I'll try to add it to the next version.