Marco Mengelkoch
Marco Mengelkoch
Webview currently doesnt't support file urls anymore. At least not in the latest version on windows. Therefore, nimview will need to switch the used library to something else, supporting file...
Currently, the biggest OpenSource application using Nimview is a TODO app. It would ve great having some other usefull application as reference project.
Currently, there is only a readme. It would be great to have some blog entry or a video tutorial on how to use Nimview
It would be cool to just have a single executable binary that can be placed just anywhere. Maybe it ist possible to add something like https://www.npmjs.com/package/html-inline or (better) https://github.com/remy/inliner
https://github.com/rochacbruno/rust-python-example/issues/22 Avoid to manually copy and rename dll on windows
### What OS are you using (`uname -a`, or Windows version)? Windows 10 Version 10.0.19043 Build 19043 amd64 Edge 92.0.902.73 ### What programming language are you using (C/C++/Go/Rust)? C++ ###...
Hi! Which license are you using / want to use for your library? If you don't declare any license - everybody that uses this library without permission would violate copyright...
The original webview project was updated, functions were removed and a lot changed. The new Webview isn't using C99 but C++ as core languange. Wails (https://github.com/wailsapp/wails) is still using an...
Hi! Webview has issues with the latest gtk version. There is an error message aboit an undefined "invoke" funktion. This error showed up when enabling the debug console: ``` [Error]...
Going to fix https://github.com/RustPython/RustPython/issues/5690 Optionally disable stdin, stdout and stderr for example for windows GUI apps, where there is no console and where the previous code panicked.