Lukas Joerg
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
-
Lukas Joerg 创建了一个帖子, 已回答DataGrip: In Settings > Code Style a part of the settings information is being cut off
I'm on DataGrip 2025.1.3 and the UI cuts off a part of the settings information.This is the case for the first five tabs ‘Case’ to ‘Expressions’. -
Lukas Joerg 创建了一个帖子, 'match' branches and closing brace not properly aligned when 'match' is used with named arguments
‘match’ branches in function calls are currently aligned to left and intended from there, which is correct for function calls which do not use named arguments. But with named arguments, the alignme... -
Lukas Joerg 进行了评论, -
Lukas Joerg 创建了一个帖子, Proposal/idea for 'Destructured parameter 'abc' is never used' warning
I prefer to use this: val result = listOfPairs .groupBy { (theId, aValue) -> theId } ... instead of this: val result = listOfPairs .groupBy { it.first } Since in this example I have no use for .s... -
Lukas Joerg 进行了评论, -
Lukas Joerg 创建了一个帖子, 已回答Best approach for copying multiple tables from one database to another?
I have two databases with identical structure, one in MySQL and the other is HyperSQL. I can easily transfer a table or two in the DataGrip IDE (Copy to Database...), but to transfer the complete d...