Emily Pillmore
Emily Pillmore
@bts do you mind pulling master and checking to see this is fixed as of https://github.com/kadena-io/pact/pull/411 ?
Thanks Arjun, i'll look into this
I think the problem here is that the Pact type for `enforce-one`, `[bool] -> bool`, is simply _wrong_ - it does not have enough data to tell people that the...
Thanks for the contribution @emremp! We'll take a look and discuss it.
In Pact, we'll need to populate the local `PublicData` with the correct values. Thanks for raising this @fmelp
So a hash here is suboptimal, since namespaces (and identifiers in general) cannot start with a number, and there's no gaurantee that a hash is going to start with a...
Thanks for the comment @michaeldoron59! I'm unsure of what this has to do with namespacing keysets as much as it seems to be about imports. > from import marmalade >...
@michaeldoron59 > My intuition tells me that namespaces should not be global, but importable, similar to python in some way. While this is already the case with module (one need...
Thanks for finding this. There are 2 fixes for this of varying degrees of difficulty: 1. We include a section in the "Built-in Functions" section of the readthedocs for Schema,...
I was able to reproduce this in a known working example by modifying our `examples/accounts/scripts/01-system.yaml` script with smart quotes over the `read-keyset`. It seems smart quotes choke up Aeson! I'm...