Florian Pieper

Results 7 comments of Florian Pieper

Why are the checks failing? Just because the build is broken? I am asking because I want to use it (directly from your fork hbasria).

Yes, this would be a great feature. It would be great if one component could implement multiple traits and that these traits are then used for cross-component calls (especially with...

Maybe something has changed, but I needed to specify the exact type `Decimal` ``` overrides: - db_type: "pg_catalog.numeric" go_type: "github.com/shopspring/decimal.Decimal" ```

Similiar to @elitan's workaround, it is also possible to modify an already existing column: ```sql ALTER TABLE persons ALTER COLUMN first_name SET DEFAULT ''; ``` It is correctly detected in...

@binaryme I am not sure if you needed to run the query from a client or programmatically, but you can easily run the query from the Hasura Console (under Data...

Thanks for writing it up @bbarwik . I fully support that. That’s the reason why we needed to builtin the price oracle into our Ociswap pool blueprints directly instead of...

@dhedey thanks for your response 👍 > One thing we can reasonably do is only load / parse each blueprint once per transaction. I don't know to what extent this...