ildar15

Results 3 comments of ildar15

Yes, I experienced that too. And many more similar issues while using large osm file. It fails because 	 is encoding for TAB. And code is actually using TAB as...

This issue can be fixed in two way: 1) the easy way to allow large strings into the cache is simply use String as an Object. The drawback of this...

I forked the project here ``` https://github.com/ildar15/play-plugins ``` and implemented the solution to this problem. The writeUTF was eliminated, and the value is stored as text, without length header. The...