Martin Mlostek

Results 22 comments of Martin Mlostek

still no change? a configuration in the builder to ignore this error would be awesome

This is blocking debugging with VSCode. @L8D how was your workaround looking like? And why changing `isNode`? I mean it is actually node running. But this introduces an compatibility issue...

I have fixed it temporarily like this 1. Install node modules 2. Open `bluebird.js` 3. Modify the code for `ret.isRecentNode` to ``` ret.isRecentNode = ret.isNode && (function() { var version...

@muukli how do you install this? this command `gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"` yields this result ``` ERROR: While executing gem ... (Gem::CommandLineError) Unknown command cocoapods-binary, ```

Well, it does not have any effect on my side. Tried everything from deleting derivedata folders, to clearing caches, to full git clone of the project. I will try to...

@pahen Same here. This is a pretty drastic showstopper for a lot of developers, I think. Our imports look like this, for example. ``` import { tracker } from 'skoove/src/global/tracking/services/tracker';...

Is there any update on this feature? I assume this is a showstopper for lots of modern developers?

is carthage dead? or will a fix come one day?