Maxime Dhalluin
Maxime Dhalluin
Thanks for you fantastic library. It help me a lot :) I used it to implement an incremental saving system of books in my app => writecontrol.fr The idea is...
Could you contribute to this this thread ? https://github.com/languagetool-org/languagetool/issues/1323 It would be awesome to execute a native spelchecker into the browser.
Hi, It seems the 6.3 German version call the method com.sun.jna.Memory.close(). The method does not exisst in Java 8. What's the recommanded solution ? ``` java.lang.NoSuchMethodError: com.sun.jna.Memory.close()V at dumonts.hunspell.Hunspell.spell(Hunspell.java:61) ~[hunspell-2.1.2.jar:na]...
For a data model, how can I give a read permission to a specific part of that data to a user and a write permission to another part ? My...
I'm storing epub and others file in base 64 from differents reasons. I want to be able to load epub directly from base 64 and not use file system or...
Did you test an integration with graalvm native image ? It could improve performance for the web server. https://www.graalvm.org/ What is your opinion about it ?