Mihai Cazacu
Mihai Cazacu
This change is [](https://reviewable.io/reviews/jiecao-fm/hashids-java/53)
When calling `LayerGroup#clearLayers`, an exception is thrown on this line: https://github.com/Leaflet/Leaflet.draw/blob/c6af99b761c5d9900bf5a3e2e1d8827bbde29542/src/edit/handler/Edit.SimpleShape.js#L66 Error: ``` TypeError: Cannot read property 'length' of null at NewClass.removeHooks (leaflet.draw-src.js:2379) at NewClass.eval (leaflet.draw-src.js:2795) at NewClass.fire (leaflet-src.js:593) at...
Hi, Is there a way to obtain the generated ids after using `rxBulkWrite` method? I thought that the information will be stored in `MongoClientBulkWriteResult#upserts` but that field is empty, every...
Hi! First of all, thank you for the provided setup! It is really helpful! I have followed the [steps](https://github.com/Lewuathe/docker-hadoop-cluster/blob/master/README.md) provided by you and there is an issue related to the...
When the code completion is used, classes are not automatically imported in the **Debug Console**: > Set.of(1, 2) > Cannot evaluate because of compilation error(s): Set cannot be resolved. #####...
This comes after [these](https://groups.google.com/forum/#!msg/vertx/XwgHFfC4vKI/yagj6jvRAgAJ) [discussions](https://groups.google.com/forum/?fromgroups#!searchin/vertx/inputstream$20pump%7Csort:date/vertx/x3VmUmtwIsQ/KRBZcWzTBAAJ). @cescoffier already provided an implementation [here](https://github.com/wisdom-framework/wisdom/blob/master/core/wisdom-vertx-engine/src/main/java/org/wisdom/framework/vertx/AsyncInputStream.java). Thank you!
Allow writing and reading headers for EventBusService. E.g.: ``` groovy EventBusService.getProxy(discovery, SomeService) { AsyncResult ar1 -> SomeService someService = ar1.result() // here, it will be nice to have an option...