João Matos
João Matos
Hey, sure, I can try sending some improvements once I get back to working on this.
> Does Cosmos have any implementation other than `Secp256k1`? If not we can name it as just `CosmosHDWallet` not `CosmosHDWalletSecp256k1`. All of the wallets follow this naming, except Tezos which...
[Idea / Suggestion / Enhancement] Gobject-like agnostic language bindings for a subset of wxwidgets?
I have actually worked on-and-off on something like this in the last year or so. I just open sourced the repo if you want to check it out: https://github.com/tritao/wx-bindings I...
I'm a bit confused by this Rahul, You seem to be using an old release and your folders say .NET 4.6 which we do not support anymore since we switched...
The error is just a C++ include issue, so `zRndGlide_Draw.h` is using the `zTRnd_AlphaBlendFunc` type but is not including the header where that type is defined, `zRenderer.h`. Either you need...
Just came across this issue after having a bit of a challenge trying to grok how the entire system is working as well, so it's not just you. Separating the...
> This feels a bit hacky, as does a lot of our avoidance of pointers. But I really don't want to add references. > > Would an alternative be an...
> My recommendation is that we leave this PR as a draft until we have at least one feature already in `master` in that will allow us to test it...
Updated the PR with a more generic design, threaded some more error results throughout, added enum declarations to `DeclarationWrapper` as well for enum support. @emilyaherbert I'm leaving the future improvements...
Closing this for now