tether
tether copied to clipboard
🖥 A barebones Electron-ish library for Rust.
Running on Windows 10 Pro 1903
Add minimise/maximise/close button toggles to Tether's options. For example, allow us to make a new window that has a close button and minimise button, but no maximise button.
I am up for writing a cookbook which will illustrate - How to get up and running a server inside tether window - Short demo (e.g. how to use clipboard,...
Recommending other libraries is really important because you can't make an app with just a window. But, at the very least, they have to work inside the stupidly annoying UWP...
seems its quite easy https://github.com/medimatrix/rust-plus-golang Would be interesting to try at some stage..
I haven't tested this elsewhere yet, but I've encountered these issues on OSX: (1) As per the title, content is not redrawn until window maximization or fullscreen transition is completed....
It works for macOS, so why mightn't it work for iOS? 🙂
Right now, macOS has context menus, but it won't after implementing the only known fix to #1. Unfortunately, Windows doesn't have context menus, either. Context menus are obviously important.
This is an issue to discuss options for Packaging and Signing. The intent is to make it easy as possible to package and sign the code. Its one of those...