Maksym Grebenets

Results 26 comments of Maksym Grebenets

Hi. First, I have just noticed that there was an absolute path for header search paths in Xcode project. Not sure if it matters, but I fixed it and just...

@marvinbelfort The best I could do so far is this shell alias: ```shell alias lepton='NODE_TLS_REJECT_UNAUTHORIZED=0 /Applications/Lepton.app/Contents/MacOS/Lepton' ``` Then I can just run it in terminal as `lepton&` or just `lepton`...

Windows comes with PowerShell built-in these days If I'm not mistaken. So should be very similar if not identical way to launch Lepton from PowerShell console, only the application path...

Would love to see any progress on this one. The app pretty much crashes when I select "Open file" menu. Both 0.7.0 and 0.7.1. Running OS X Yosemite 10.10.1.

I agree with the points, there's no such thing as root folder. I personally like `rubocop` behavior more, where exclude paths are relative to the _location of the config file_,...

What I get with the tests is this: The storyboard I want to ignore is `Apps/MyApp/WatchKitApp/Shared/Base.lproj/Interface.storyboard` So I put this in my `.iblinter.yml`: ```yml excluded: - Apps/MyApp/WatchKitApp/Shared ``` When running...

I thought the purpose of this cache server would be to share cache between multiple developers and CI build agents. I had no idea it loses the cache when server...

I believe your refer to this one: https://github.com/calabash/xcode-editor It's seems quite out of date and the things in this repo do not actually match their latest executable. It would still...

I submitted a #18 PR with latest options included (0.61). This should also address #10 and #11.

@truebit I believe it is fixed in https://github.com/supermarin/xcpretty/pull/265. ... or only partially fixed, maybe more matches need to be added to cover all the errors you've got