Igor Levdansky
Igor Levdansky
PDF size
I want to setup pdf size with pixels, but result pdf is bigger, so I need to scale it to get correct size: ``` [{:size [(* 0.75 w) (* 0.75...
Supposing I have the next JSON types definition file: ``` { "!name": "my", "my": { "myfunc" : { "!type" : "fn(data:+my.charts.Pie|+my.charts.Area) -> +my.charts.Pie|+my.charts.Area", "!doc" : "Creates and returns a Pie...
It selects as errors key value pairs like: ``` bare-key = "value" ``` But it is a correct form.
Can you add a method to delete all data in folder?
When creating an Array and populating it with push(), the Rest from it doesn't work correct - it adds null value at the end. The bug in --java and --jvm:...
Probably you should add "pointer-events: none." to panels on mouse down and remove it on mouse up
I'm trying to connect to clickhouse with such jdbc url (clickhouse-jdbc 0.4.0): `jdbc:clickhouse://host:port/?socket_timeout=6000000&custom_settings=user%3Ddefault%2Cpassword%3Dpassword` But got an error: ``` Execution error (IOException) at com.clickhouse.client.http.HttpUrlConnectionImpl/checkResponse (HttpUrlConnectionImpl.java:184). Code: 516. DB::Exception: Invalid authentication: it...
When there is '+' sign in a dependency version (e.g., `[com.github.strojure/parsesso "1.2.2+295"]`) then build failure occurs: ``` [:app] Build failure: expected to find jar file but didn't {:jar-path "/home/igor/.m2/repository/com/github/strojure/parsesso/1.2.2 295/parsesso-1.2.2...
It seems that the client consumes a lot of memory when inserting large strings to Clickhouse. Here are steps to demonstrate. 1. Create 2000 strings with 100000 length, so totally...