frmdstryr

Results 22 issues of frmdstryr

Given that memory is often limited on VPS machines, I think it would be beneficial to include peak memory usage in the results. Would it be feasible to add this?...

For #499. This disables the on screen checks to fix weird positioning of popups on X11 when multiple displays are present. Tested with QT 5.15 and 6.3.1 with 2 and...

The `ensure_on_screen` function in https://github.com/nucleic/enaml/blob/main/enaml/qt/q_popup_view.py#L866 seems to mess up the popup location when multiple screens are present (at least on linux with Qt6, didn't test anything else). I have 3...

For #493 . It works by saving a reference to the compiler node to each declarative object and copies the filename and line number during compilation. Unfortunately this breaks any...

If an error occurs in an expression during the initialization it provides very little context as to where the error is making it difficult to debug in more complex applications....

Currently the bridge generates an id (an incrementing integer) for each new object in python. This works fine for most cases. However if a constructor from java returns more than...

Instead of hand rolling java bindings they should be auto generated by parsing the java source using something like https://github.com/c2nes/javalang

It needs to use setBackgroundTintList (see https://stackoverflow.com/a/32031019/2362877) https://developer.android.com/reference/android/support/design/widget/FloatingActionButton#setbackgroundtintlist

- [x] UIActivityIndicatorView - [ ] UIAlertController - [x] UIButton - [ ] UICollectionView - [ ] UIDatePicker - [ ] UIImageView - [x] UILabel - [ ] UINavigationBar -...