Category: Updates

IntelliJ how to zoom in / out

The IntelliJ keymap says: Zoom in: Keypad + = Zoom out Keypad - - But they have no effect. Anyone have this working? New info: Now I have added more key-b...

Concisely deep copy a slice?

In Go, what's a concise/well-performing way to deep copy a slice? I need to copy the slice to a new backing array, because the other array is owned b...