Hassan DRAGA

Results 121 comments of Hassan DRAGA

Try this Zig version of `vfs.py`, I did not test it yet. 1. Run `python vfs.py "myFolder" "vfs.zig"` 2. Import `vfs.zig` in `main.zig` of the serve_a_folder example 3. Set `vfs`...

You can start from `1.0.0` if you want, but all other webui wrapper versions are synced with the webui core version to distinguish which core version is being used, so...

Warnings are fixed now (https://github.com/webui-dev/webui/commit/923f48795f078317e0835fb579f71568a2ef891f). And to avoid this in the future, now debug build shows warnings (https://github.com/webui-dev/webui/commit/4f6fbc58d038bf86c99fdb4e71c718431385c393).

I guess now WebUI `v2.5.0.beta.2` is ready to be released. If all wrappers are happy with `beta.2` then we will release the stable version.

Interesting. We need to dig into this path to see if we can improve `webui.js`. However, let me check and test this PR before merging. Thank you @osljw for this.

A propre unbind will be removing the ID from the core's table, and from `webui.js` as well, new internal cmd is needed, and a new API. Need time to implement,...

**Note:** I did not test this feature yet.

If we add `webui_set_title` then it will behave like this: - **Web Browser** - Not connected - `localhost` until page is loaded, then `` - Connected - Running JS to...

Thank you for the report @renatoathaydes, I just tested it in C (_v2.5 Beta 1_) and it does not crash. I guess this bug is in the Deno wrapper itself...