Joshua McLauchlan

Results 18 comments of Joshua McLauchlan

For anyone else who does not have time to take a new repo under their belt, this was my work-around to get controlled mostly working with the current version: ```...

@anthonywebb my project doesnt seem to have this problem. Only hints I can think of that may help are I have the attribute history={true} and am using package versions: "jsoneditor":...

@anthonywebb this attribute I have left unset, so is in tree mode I believe, it may be worth creating the most basic case in an online example using eg https://codesandbox.io...

Found some spare minutes. I can confirm in a basic scenario the keys stay open, so it must be something else in your project, I would try commenting areas of...

Case insensitivity would be great! Also for findBestMatch() would be awesome.

@17gstyron I really like your implementation! - it would be great to see a side-by-side perf comparison, npm module? :D

I also had this problem, the work around is to import the detault aka: ``` import qdthtml from 'quill-delta-to-html'; ... const converter = new qdthtml.QuillDeltaToHtmlConverter(opts, cfg); ```

Thanks for the replies @missinglink, I am very grateful for Pelias and all the hard work the contributors have done, it is an amazing OS project! > Hi @Jezternz have...

Thanks @orangejulius for the reply, this seems like a reasonable way forward, I will look into a pull request. > We should also add something to the documentation mentioning the...

Well I have forked the repo, made the very basic changes as you described @orangejulius on #252, and they seem to be working as expected. I can access elasticsearch via...