Peter Jakubčo

Results 18 comments of Peter Jakubčo

Yes, very good idea. User should be able to enable/disable the behavior when constructing the text editor. Thanks!

Hello all, I didnt want to start a new ticket for this, because I think it's related. My question: Is it possible to exclude documentation of generated sources? I mean...

In 0.41 only some common VT100 codes are importand to be implemented

https://graphcomp.com/info/specs/ansi_col.html

Leftovers: ## Keyboard The mapping of all ZX keys to host keyboard is implemented correctly. Additional TODO is to map additional host keys, like backspace or delete for increased user...

Not changed easily. emuLib does not have interface method for this. A workaround would be to save text to a temp file, but this is too complicated. I think emuLib...

This is a test case: ``` double[][] pts = new double[][] { {39.3747, -120.032}, {32.2699, -110.9853}, {39.5111, -119.9575}, {32.2699, -110.9853}, {39.4725, -119.9981}, {32.2699, -110.9853}, {39.3885, -120.0248}, {32.2699, -110.9853}, {39.4725, -119.9984},...

Thanks @jiayuasu, so I read there also it is possible to save indexed rdd (https://sedona.apache.org/1.5.1/tutorial/rdd/#save-an-spatialrdd-indexed), but to my knowledge building an index requires spatial partitioning. So when I save the...

Thanks goes to @gaeljw ! Im going to release it now

This is awesome @gaeljw ! Thank you so much for helping me. I didn't have much time lately. I think you haven't missed anything - basically when tests pass, should...