Lukas Joerg
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Lukas Joerg created a post, AnsweredDataGrip: 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 created a post, '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 commented, -
Lukas Joerg created a post, 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 commented, -
Lukas Joerg created a post, AnsweredBest 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...