remi icon indicating copy to clipboard operation
remi copied to clipboard

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

Results 121 remi issues
Sort by recently updated
recently updated
newest added

Hello @dddomodossola, it's me again. Remi is running great so far. Now I want to enhance my app with a chart. I wanted to create the chart with the library...

It would be super cool (and a giant load of work I'm sure) to support importing from QT's `.ui` files ([format](http://doc.qt.io/qt-5/designer-ui-file-format.html)) or QML. (I don't know QML, but I guess...

It would be great to have remi integrated with Bootstrap. Now you can change style.css, but due to different name conventions like btn vs button, it doesn't work smoothly. Moreover...

I'm trying to get remi running on cloud9 because I'd like to use it in a programming class where I want students to be able to use graphics but not...

Hi, I am planning to use remi in my projects, and I like what I see so far. The one thing which is missing is good documentation. There is a...

Hi, If the a dropdown item text is a unicode string containing special characters, the dropDown.get_value() returns None. However, if you put an "on_click_listener" on the dropDown, the callback function...

I changed the colour of main window and dialog by editing the div element in styles.css div { background-color: LightGray; z-index: 0; } To correct the text area colour which...

I have tried standalone with GTK and Qt4. The elements of a HBox appear vertically aligned. I tried qt5 but failed to install it. Widgets_overview_app works because it uses a...

When requesting authentication like ``` python start(MyApp, debug=True, start_browser=False, port=9091, websocket_port=50000, username='me', password='letmein') ``` There is a basci auth header send with the http request to the http port, but...

The FileDownloader should have on_finished and on_fail callbacks. The download could fail. Also an on_finished callback would allow deletion of temporary files such as zip archives.