Joe Polny

Results 79 comments of Joe Polny

[5bca8f1](https://github.com/conventional-changelog/conventional-changelog/pull/1346/commits/5bca8f12873714c9e9e5c5261b1d70f1f89078c2) and [c6aaf1a](https://github.com/conventional-changelog/conventional-changelog/pull/1346/commits/c6aaf1a8c05ceb26ecc3e6c10046bc7de2afd6c5) should fix CI failures. I am still seeing a types error locally, but it is not related to any of the changes I have made ``` src/options.ts:80:35...

Yes thank you! Should have shared that I have read those discussions and some other threads and right now the best solution for me seems to be stripping symbols when...

> With the work on bmodexp https://github.com/algorand/go-algorand/pull/6140, I think we'll have a way to do custom cost functions for opcodes. That will probably allow for nicer cost functions can charge...

> Wouldn't we be better off just creating great docs from the procmacros? That could be good for human readability but it is still nice to have UDL as input...

UDL already needs to be machine readable and there are currently parsers for it. Sure, there may be problems with the parsers but those are implementation details and not necessarily...

> As you will see in that issue, I don't fully agree with the characterizations there. Yes and I largely agree with everything you've said. Introducing yet another UDL specification...

From the README on how to generate bindings: `uniffi-bindgen-cpp path/to/definitions.udl` The UDL file is clearly user input to the tool. If there was a new file format supported by `uniffi_bindgen`...

Thanks @mhammond. I believe we're on the same page now. I think the main misunderstanding was that I was talking from user perspective and you are talking about how it...

I've verified the logs are returned properly via external testing here: https://github.com/joe-p/block-log-debug/blob/6daea7ad53b83366c75aaf3325c719bc6fbd0646/__test__/block-log-debug.test.ts#L12 I'll need to write the proper tests here but should be good to go. Other things to consider:...

Yeah true, we know the upper bound due to the block size limit. Keeping it as is is good with me then.