Chris Long
Chris Long
I just ran into this problem, too. I found that `ngModelChange` is fired on programmatic change, so I'm using that as a workaround.
This bug also exists on Ubuntu, for the same reason. tsviz should not assume `dot` is installed in `/usr/local/bin`. Ideally, it would be able to use it wherever it is...
Still exists in 2.0.0-rc4 and in the latest nightly (2.0.0-dev5 (531b1b63e), aka 2.0.0+0~20181211024825.606~1.gbp531b1b).
I did some experimentation with `wmctrl` and discovered that if the window does not have focus when it moves, the shrinking doesn't happen immediately when it's moved, but does when...
After adding a bunch more debugging logging to the X11 and RAIL code, and more experimentation, I cannot find anything that the xfreerdp code is doing wrong. If a window...
@akallabeth Thanks, I'll look into it. That would be great. After my last comment, it occurred to me that allowing the server and client to be out of sync may...
@akallabeth I read the [MS-RDPERP] spec and didn't see any relevant capability or setting, but maybe I missed it. Any idea what it is?
I ran into this problem, caused by an underlying opencv-python packaging issue: https://github.com/skvark/opencv-python/issues/46 I solved it by replacing libQtCore and libQtGui in opencv-python with my system ones. If you can...
I was also surprised that there was no function for getting a list of currently selected rows, or at least a list of IDs of currently selected rows. I am...
Maybe this should be a separate issue, but it may make sense to do at the same time, so I'll put it here: it would be great to document the...