FilipJanitor
Results
2
issues of
FilipJanitor
What could certainly be done is implicit concatenating of adjacent single line strings(on the same level of indentation) for readability. ``` val ss:String = "foo" "bar" "baz" ``` turns into...
enhancement
Parsing
Hi, I am currently testing Chronix as timeseries database (because it looks really cool) and I need to import some old data into it. I followed the quickstart guide -...
bug