pywry icon indicating copy to clipboard operation
pywry copied to clipboard

Results 10 pywry issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.195. Release notes Sourced from serde's releases. v1.0.195 Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671) v1.0.194 Update proc-macro2...

dependencies
rust

Bumps [wry](https://github.com/tauri-apps/wry) from 0.31.1 to 0.35.2. Release notes Sourced from wry's releases. wry v0.35.2 Updating crates.io index Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 585 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.111. Release notes Sourced from serde_json's releases. v1.0.111 Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher) v1.0.110 Update proc-macro2 to fix caching issue...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.35.1. Release notes Sourced from tokio's releases. Tokio v1.35.1 1.35.1 (December 19, 2023) This is a forward part of a change that was backported to...

dependencies
rust

We would love to add **pywry** to our examples at https://github.com/crabnebula-dev/cargo-packager - which is a generic bundler and updater based on the original systems we built for Tauri, but designed...

Bumps [open](https://github.com/Byron/open-rs) from 5.0.0 to 5.0.1. Release notes Sourced from open's releases. v5.0.1 Bug Fixes open paths with given applications with whitespace in their paths on windows. Commit Statistics 5...

dependencies
rust

Currently, the known Python HTML GUI libraries are not satisfied with anything like Electron, and I am very surprised to see such a day.

Add two way communication so we can call `Python` from frontend or call `JS` from `Python`

Depends on https://github.com/OpenBB-finance/pywry/issues/85 The script should closed after the window is closed

When compiling the example to `exe` using pyinstaller ``` pyinstaller --onedir main.py ``` and then opening the compiled `exe` file the app starts but no window is opened and no...