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

Can I translate the project into Chinese?

fix cannot support play mp4 static file in safari browser. ``` remi/server.py -> App -> _process_all ``` before ```python filename = self._get_static_file(static_file.groups()[0]) if not filename: self.send_response(404) return mimetype, encoding =...

It would be great to navigate through a `listview` by keys (up, down). I think of different ways: - support a `onkeydown` event - handle it internally and directly select...

Adding a text label with double quotes inside, generates faulty source code.

Hi When I run app from pycharm everything works fine. After freezing to single EXE with **PyInstaller**, I get this errors in cmd: ``` Y:\Python\PyTSF\dist>PyTSF.exe remi.server INFO Started websocket server...

When I start a remi app twice in one program, the second time does not exit on App.close(). It appears to stay in serve_forever() until I ctrl-c in terminal. This...

Long time no questions from me so things are going great! I have a question about the startup protocol. My assumption, that I now believe is incorrect, is that the...

I am new to this and have just created my first project. But it only works on one device. How can I get it work on more devices?

I've had problems with Cyrillic filenames when creating FileDownloader object, and I was able to fix it just by changing line 701 in server.py to `self.send_header(k, urllib.parse.quote_plus(headers[k])) `