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

If you use the name, for example, Button for some widget and then you have a Button widget in the interface, the code will not run because the Button class...

Hi, i've made a little control box that runs a few scripts. My knowledge is very limited so i'm glad i've made it this far :-). What i try to...

allow treeopen keyword for TreeItem

Hi, I'm using your amazing python library 👍 I write some custom dialogs... in this pull request only "Error" dialog is added but I'm going to create several more... I'm...

When using remi on a network can be useful to use https protocol for security reasons: this can be done by calling "ssl.warp_socket(...)" over the HTTPServer created socket. Also, when...

Cloud9 is a web IDE environment that uses a proxied connection that causes the base REMI library to not work correctly. It has a couple of other odd quirks. This...

The re_static_file should identify static files in URLS. To my understanding the main goal is to seperate the filename from the query string (seperated by '?'). The current solution lists...

Hi, I'm trying to move most of my customization from code to `res/style.css`. In the process I found some strange inconsistencies in display (both Firefox and Chromium behave in the...

In TableEditableItem's the TextInput has 2 lines: ![bildschirmfoto_2018-04-19_11-38-17](https://user-images.githubusercontent.com/13658554/38984224-6bb84124-43c6-11e8-96f5-6127d39a08be.png)

Hi, i'm getting the hang of the editor, usefull stuff. For now i have a very basic gui with 2 buttons. The website shows in my browser of my desktop...