Amir Karimi
Amir Karimi
We are encountering the following error comparing a db with a newer schema which one of it's indexes is renamed. ``` ERROR: cannot drop constraint Doctors_pkey on table "Advisors" because...
I'm running Station 2.3.0 on Linux. The back/forward short keys are `Ctrl + [` and `Ctrl + ]`. I found that they're hardcoded [here](https://github.com/getstation/desktop-app/blob/main/app/keyboard-shortcuts.ts#L243). Is there any chance to change...
I'm running Station 2.3.0 on Linux. It doesn't react to mouse back/forward buttons. Is there any trick to enable it or should it be part of the Station codebase?
**Describe the bug** If you shorten your keyboard repeat intervals (meaning holding a key will repeat the same key faster) and then try to use the arrow key to move...
`make install` fails without `sudo`
Supposing the following implementation: ```scala package example import simulacrum.typeclass /** * My formatter * * @tparam A */ @typeclass trait Show[A] { /** * Formats the model * @param a...