Pavel Ajtkulov
Pavel Ajtkulov
I'm running almond via Docker. In a few cases, I need much more memory. I see it's hard-coded at ```/home/jovyan/.local/share/jupyter/kernels/scala212/kernel.json``` (or maybe at another place). Can we pass -Xmx from...
It seems that false positive in ScalaDocChecker is solved https://github.com/scalastyle/scalastyle/issues/123 (at least, merged). So, what about introduce ScalaDocChecker level? Now developer have to comment almost everything. Classes, traits, methods, types,...
In my live case, we need BloomFilter for a bigger amount (about 4-5Gb ram, >32B bits) The code is dependent on java.util.BitSet with .ctor `public BitSet(int nbits) ` with a...
The current implementation has Long type for the internal table. For a lot of real use cases, we need only Int (in general it would be great to have a...
Could you add a page separator symbol? For instance, pdftotext-tool inserts the 12.toChar (0x0C) symbol. It's helpful for further analysis.