Viktor Voropaev

Results 11 issues of Viktor Voropaev

I ran that: ``` git config --global core.pager ccat ``` And I've got the highlight in diff, but with some weird symbols: ![i](http://i.imgur.com/WwDyaoQ.png) I guess it the git diff colors,...

Hey, thanks for the tool, it became essential for me. Do you mind if I put in Chocolatey? I guess it should just download the exe using the [link from...

Here's the HTML: ``` hello! ``` `jquery.easing` puts some extra stuff into `jQuery` object. `jQuery.easing.def` is among them (it's a string). If I just open the page, the value is...

In order to assert on element's text I do the following: ``` I.Assert.Text("expected text").In(".row"); ``` Now, I want to find multiple elements and assert that **any** of them has the...

Am I right there's no way to just _ask_ if there an element? Both `Expect/Assert` and `Find` just throws when they can't find the element. It's OK when you want...

This: ``` Config.ScreenshotOnFailedAssert(true).ScreenshotPath(screenshotsDir); I.Open(new Uri("http://google.com")).Assert.Exists("#cute-big-panda"); ``` will fail with an informative message: ``` Front\UI\FrontTests.cs(113,0): at FunctionalTests.Front.UI.FrontTests.UnitOfWork_StateUnderTest_ExpectedBehavior() --ExternalException at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at System.Drawing.Image.Save(String filename, ImageFormat format) at...

I can't grasp this sentence from the [answer](https://github.com/munificent/craftinginterpreters/blob/master/note/answers/chapter06_parsing.md): > The left operand has higher precedence than the others, and the middle operand has lower precedence than the condition expression itself....

Am I right there is no any merge request support at the moment?

Getting this error when trying to run ifuse ``` $ ifuse 15:30:57 dyld[19431]: Library not loaded: /opt/homebrew/opt/libplist/lib/libplist-2.0.3.dylib Referenced from: /opt/homebrew/Cellar/ifuse-mac/1.1.4/bin/ifuse Reason: tried: '/opt/homebrew/opt/libplist/lib/libplist-2.0.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libplist/lib/libplist-2.0.3.dylib' (no such file),...

I probably didn't look for it good enough, but I can't figure out how can I map shortcuts for go to next/prev linter error, is there a way?