Sebastian Herrlinger
Sebastian Herrlinger
@TanyaMio I had exactly the same issue, trying to mint a token and send it in the same transaction using the `TransactionOutputBuilder`. I guess it doesn't recognize the minted asset...
@lisicky thanks for looking into this. Here's the repro: https://github.com/kommander/csl-utxo-insufficient-balance-repro
@lisicky Creating the MultiAsset manually using the CSL API works, no error. So it seems to be an issue with the `MultiAsset.from_json` like you assumed ✅ As the actual error...
Makes sense, should keep it simple though.
I am looking into this.
It's not released as it is not maintained currently and not up to date with the native core. Should remove that from the readme for now I guess.
Yes, that is a known limitation currently, because the write out happens natively in zig, in a thread even if not on Linux. Native doesn't know about the js streams...
Good proposal! You cannot exclude anchored elements from the layout, as then their own layout including the children would not be calculated anymore, unless you call calculate layout from the...
We would have to make sure that you cannot anchor to a child. Also, anchoring to an element in another branch makes it complicated, as that branch might be rendered...
You mean pty? There is a PR #166 integrating libvterm, but I didn't get through to testing and reviewing that yet because of other priorities.