Pascal Ernst

Results 13 comments of Pascal Ernst

@lirantal is there anything I can do to get this fix merged?

Thank you for the resopnse! I have only verified this on my own non-public project, my bad ;) I will have a look at the examples this evening to come...

Welp, I assumed passing all the keys to `blessed.list` will handle the selection, but it does not; it uses the `keys` param differently. In this PR, only enter works to...

Will do once I have time! Won't take a year again, I promise ;)

Uh, right, testing this thing. I am kind off busy now and I personally don't need this feature anymore, so I guess we can close it if nobody else is...

Got the same problem. After a long session of bisecting I've found the issue to be the upgrade from 0.6.3 to 0.6.5 , something in there broke the rendering of...

Also happens with ``, `` and possibly more components

Downgrading from typescript `3.6` to `3.5` works around the problem

As a note, the workflow of `after-startup-command` is weird to use for 3+ monitors. It is calling `move-workspace-to-monitor` that only allows `next` and `prev` values instead of directly specifying monitors...

We map the error to our own custom Api Error extending `Error`. It is nice to, for example, differentiate between unauthorized errors and other ones to automatically handle authentication problems...