Andrei Kochemirovskii
Andrei Kochemirovskii
As a side effect this bug allows to write field with duplicated names ``` data class A ( @get:JsonUnwrapped(prefix = "prefix1.") val b1: B, @get:JsonUnwrapped(prefix = "prefix2.") val b2: B...
Is it the same issue? `Timestamp[] arr = {...};` `statement.setArray(2, new ClickHouseArray(type, arr));` throws an exception: ` DB::Exception: Cannot parse input: expected \' before: .358\',\'2019-04-03 16:52:43.358\']\n2019-04-03 13:52:43\t[\'2019-04-03 15:52:43.358\',\'2019-04-03 16:52:43.358\']\n: (at...
@jamestrew , indeed, repurposing `get_selection_window` option will be nice solution. However, we can't rely on fact that `picker` and `entry` params are not widely used - they could be used...
Hi @jamestrew, It's been a while. Could you merge this, or do you have any suggestions for alternatives to them implemetation of this feature? I find this addition essential for...
@jamestrew , any thoughts?
Hi @jamestrew, This is the second time I’m submitting this change, but I haven’t received any feedback yet. This feature is quite important for my workflow - I even maintain...
The same issue, with 0.11 nvim and M4 Max