Eugene

Results 384 comments of Eugene

Unfortunately I'm still unable to reproduce this reliably. In v183, there's a change to prevent further race conditions when saving config - https://github.com/Eugeny/tabby/pull/6885 - are you still experiencing config loss...

@viniciusarcanjo how exactly would that work? The window controls still need to be present, so they would either require their own bar (as right now), or overlap with the terminal...

Fullscreen support isn't in the released builds yet. Do you perhaps have your tabs on bottom as in Konsole? In this case they indeed use extra screen estate. If you...

@nuskooler it's currently blocked by https://github.com/electron/electron/issues/18521 , so I'm waiting for the Electron to react. Unfortunately it doesn't seem that there is a workaround without them actually fixing this.

Exception handling in the csharp generator is simply broken. The only error type that is bubbled up are 400+ HTTP codes. Moreover, there's no way to override it except for...

And there's no way to universally construct an *Api instance because they don't have a common ancestor with a `new(Configuration)` constructor