mvdobrinin

Results 7 comments of mvdobrinin

This is still an issue. ``` // should be true BUT IS FALSE new Semver("2.0", Semver.SemverType.LOOSE).isGreaterThanOrEqualTo("2.0.0"); // should be true BUT IS FALSE new Semver("2.0", Semver.SemverType.LOOSE).isEqualTo("2.0.0"); // should be true...

I think this maintainer is MIA.

@dcupif Can you use custom `align` function? https://github.com/d3/d3-sankey/blob/bb7233ea0004669878d922e55fe83084ef3cb555/src/sankey.js#L198 This should control the X axis positioning of the nodes based on columns that they belong to.

This is still an issue and is discouraging my company from using SAM. ``` geofence/ ├── geofence-lambda/ │ ├── src/ │ ├── Dockerfile │ ├── lombok.config │ └── pom.xml ├──...

+1. Custom analyzers are needed for parity with previous flexibility to apply them with JSON mapping document. ``` ElasticSearchTemplate.putMapping(index, object, json) ```