hotg-ai / runic_flutter

Runic for mobile
1 stars 0 forks source link

Raw Capability doesn't collect variable length utf8 #11

Closed f0rodo closed 2 years ago

f0rodo commented 2 years ago

Currently, we are trying to make a rune which needs decode to 10 numbers:

it looks like the length is hardcoded currently and may be causing issues. We get no data out from the decode utf8 or the parse node which indicates an issue with getting text out of the raw capability widget.

image image

I get all 0000

image

Ge-te commented 2 years ago

This seems to be an issue with the C++ runtime

Ge-te commented 2 years ago

Fixed in latest version of app