Stanley Shyiko

Results 87 comments of Stanley Shyiko

Personally, I'd advise against this. Quoting checkstyle AvoidStarImportCheck "Importing all classes from a package or static members from a class leads to tight coupling between packages or classes and might...

For what it's worth, `ktlint --android --apply-to-idea` [link](https://github.com/shyiko/ktlint) (`--android` flag here enables Android Kotlin Style Guide compatibility) aims to provide this. Not everything described in the https://android.github.io/kotlin-guides/style.html can be configured...

@mafulafunk Could you please provide your `bower.json`? Just tested on Node.js 6.9.1 - everything seems to be fine.

Hi @Alber70g. Not yet. It should be easy (at first glance) to implement by rate limiting https://github.com/shyiko/bower-dependency-tree/blob/master/src/remote-package-resolver.js#L9 but due to the fact that this module was created to support our...

https://github.com/shyiko/bower-dependency-tree/issues/3#issuecomment-304049859

Hi @Csini. Unfortunately I don't have the time to do it right now but I'd merge a PR if anyone is willing to take care of this on their own.

@brainmonger deps like "http://github.mycompany.com/web-components/button.git#master" should work (I'd expect for git@... to work too but, honestly, I just [haven't tried](https://github.com/shyiko/bower-shrinkwrap-resolver/issues/5#issuecomment-220165031)). If this is not the case - I'm always open to...

Hi Mathieu. Yeah, bower-shrinkwrap-resolver doesn't play well with other resolvers. Unfortunately given current resolver API getting it work might be (quite) challenging. Each resolver has it's own idea of resolved...

Hi Adam, That would be awesome! There are quite a few things that I would prefer not to do but unfortunately was forced to: 1. require('bower/...')s to get access to...

Nice! Thanks, man.