dOrgJelli

Results 97 comments of dOrgJelli

Nice find! Are these additional properties making their way into the `wrap.info` artifact?

Hey @Niraj-Kamdar, myself and @namesty agree with you and have talked about this while working on WRAP ABI 0.2. We've documented our initial thoughts on this here: https://github.com/polywrap/wrap/tree/abi-0.2/abi#future-plans

We were thinking it could be used to optimize the comparison of structured objects. Instead of iterating through each property of an object, and checking for type equivalency (recursively because...

Okay nice @pileks, I would consider this as a sub-task of #1648

Some notes from protocol sync: ``` # Goals: # - support dep locking # - support optimized caching # - support hash verification type UriInfo { supported: Boolean! static: Boolean!...

`app/` and `plugin/` project bindings can live in the client repos. For example: * `rust-client` => `app/rust` & `plugin/rust` * `python-client` => `app/python` & `plugin/python` * `javascript-client` => `app/typescript` &...

Quick update: I started working on wrap port of the bindings here https://github.com/polywrap/wrap-abi-bindgen/tree/dev I had some extra time today and thought this would be fun to get started on. Once...