Kinchkun

Results 2 comments of Kinchkun

Would be awesome if you could support local nexus. Nexus has a rest api for searching for artifact: https://help.sonatype.com/repomanager3/rest-and-integration-api/search-api I don't think that nexus repos necessarily have a `master-index.xml` because...

Hi, I have the same issue. Maybe I misunderstand the API? Example: ``` Promise.resolve("String") ._catch(rejected(error -> {throw new RuntimeException("Does not occur");})) .then(resolved(System.out::println)); ``` I create a resolved promise. So the...