Techcable
Techcable
I'm a big fan of user avatars and I get quite attached to them. This would make it somewhat nicer to talk with members of our community who choose to...
I'm good at Rust but I know almost nothing about hyper & async :( This is kind of the minimal fix to get it compile. This code compiles fine for...
Hi I noticed your pricing page refers to `license.htm` but it seems to be missing from this repo and the downloaded SDK. Interesting in using Sciter in an Open Source...
This fixed many of my issues integrating with other frameworks. In particular, when my main application was closed, third-party code would de-initalize GTK/QT. When pystray would try and access QT/GTK...
Hello, I would like it if the menu was able to be left-justified and inline with the website's title in the top-left. Something like this (please ignore the bizarre name):...
This is obviously experimental but it works okay. All the tests pass and the example prints the following: > $ cargo run --example hello --features python-3-11 > Hello nicholas, I'm...
Let me know if anything needs fixing or if this should have a dedicated feature flag. Fixes #1952
The following code triggers the Linux out of memory killer on my system: ````wren class Vec { construct new(x, y, z) { _x = x _y = y _z =...
I can confirm basic compilation works! See TODO list below. Requires update for hunter and spdlog, using a patched version of openssl (semi-endorsed by hunter since they don't have the...