Tiago Carvalho
Tiago Carvalho
It builds with clang, for people who come here with the same issue. Just do a `make CC=clang` and you're good.
@ilitzroth It worked for me: ``` clang version 11.0.0 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /bin ``` Perhaps try these steps: ``` git clone https://github.com/sustrik/libdill cd libdill mkdir build cd...
tested this in my local system. it's working as expected, so, lgtm!
In the event you pick something like the `ML` effect, all FFI functions could fallback to this. It would allow arbitrary I/O. AFAIK you can't really prove whether a FFI...
IPFS doesn't work that way :-) Maybe if you used pubsub you could simulate a REST API kind of behavior, but ultimately it would be too inneficient.
> Thanks for reporting! The issue might be as simple as the font specification requiring a `.otf` extension ... if you can post a minimal example that demonstrates the error,...
Just wanted to note that a temporary solution for this is to install FontAwesome on the system.
~~**TODO:** rebase on `v0.33.0`~~
~~wip: fixing hermes so ibc e2e tests pass~~ ~~**todo:** check the str returned by `event.attributes.get("height")`~~
@yito88 your patch worked! thanks!