Aetf

Results 96 comments of Aetf

That likely has to be implemented in [libtsm](https://github.com/Aetf/libtsm/blob/develop/src/tsm/tsm-render.c#L139). The current cursor handling as you can see is pretty rudimentary: inverse the cell and done. So kmscon doesn't actually have the...

I briefly go over the wiki page of sixel, and it seems that the terminal needs to render those differently than a character. Currently, the terminal state machine is implemented...

Also encountered this issue today with pulumi 3.117.0 and pulumi-kubernetes 4.12, crd2pulumi version is 1.4.0

I saw that PR and was thinking about the same thing last week. And my concern is exactly the large performance hit. I'm a bit reluctant to merge this. (But...

Okay, let's get this merged. @EdJoPaTo could you rebase?

I may be able to take a look this weekend. Too sad that I couldn't spend more time on this. What is breaking about fdosecrets? It has some custom code...

Working on the code now. Also need the following patch to get gui tests to compile, due to `QScopedPointer` requires no inline constructor, destructor and assignment operators. https://doc.qt.io/qt-6/qscopedpointer.html#forward-declared-pointers ```diff diff...

@mutativesystems Thanks for spotting the deprecated QVariant methods. That's super hard to debug! However I think your patch for `DBusDispatch.cpp` only works because you effectively removed the `IsNull` check in...

> outputArgs.append(QVariant(QMetaType(outputType), QMetaType(outputType).create())); For this, the expectation is that the `qt_metacall` below after preparing the outputs should have set the output QVariants to something not null. Simply initializing the output...

> But rather than responding with the {PASSWORD}, it would respond with the {TOTP}. If the password request response would be configurable just as in the case of AutoType, then...