Lukas Joerg
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created DataGrip: In Settings > Code Style a part of the settings information is being cut off
AnsweredI'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’. -
Created '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... -
Edited 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... -
Edited Best approach for copying multiple tables from one database to another?
AnsweredI 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...