HIRANO Satoshi, PhD
HIRANO Satoshi, PhD
Hi, I'm using Elasticsearch 6.2.x and this plugin for 6.1 does work with an error. We want to support Korean language. When would you provide a release for 6.2.x? ```...
@JorisKok, here is a guide to an alternative. https://www.elastic.co/guide/en/elasticsearch/plugins/master/analysis-nori.html
Thanks for detailed explanation. I appreciate. The validationFunction should return true or false. How do I use it with Promise, for responses from the server for example? That's the reason...
I see. We need to wait for the result of validation anyway regardless the response is quick or slow before going to the next step. One of typical usages is...
Thanks. I can understand you. Users need explanation and one ore more examples. I as a user think `validationFunction(): boolean|Promise` is a cleaner API and much easier to use than...
I see. validationFunction is a global one, while data-feedback is per step one. Sorry, my promise example was too simplified. I supposed to change validators each step, as I showed...
I visited your HP. It's nice. If you intended to validate each step with one `validationFunction()` , we would appreciate if you add some more explanation about `activeStepContent` in the...
Hi, set limit like this. ``` mapEventHandler(evt: Leaflet.LeafletEvent) { if (evt.type === 'editable:vertex:dragend' || evt.type === 'editable:vertex:drag') { if (circle.getRadius() > 1000) circle.setRadius(1000); ```
Do you have a good way to limit the size of rectangles?
@hit9 Could you merge this PR?