Quint Daenen
Quint Daenen
I'd love to see support for this! 💯 --- **Q**: What would be the difference between the following package structures: 1. Importing one package from `src/` and using subpaths to...
Great! I've got over 30 Motoko packages piled up, this'd help for sure! Thanks for the response.
> They can be versioned independently... Vessel uses `git` tags for versioning. How would this work with multiple packages in one repository?
Hi @matthewhammer, any plans to pick this up again? Do you need a hand?
Hi @icamys, The reason we have not immediately added it, is because we use custom structs to represent data, and do not use maps for resource types. So implementing PATCH...
We should indeed check this and not just ignore it, this is a bug. By default we do ignore all fields that are not defined within the schema, but `schemas`...
Hi @nick-behrens. We always interpreted this as "The number of resources returned in __a__ list response page.", not necessarily __this__ list response page. An example of this can be found...
> Isn't this just a zip of the passed-in iterator with some unbounded range? In a way yes, currently only the `List` and `Buffer` structs have the `zip` operation defined...
Seems like there aren't any plans to merge this.