Rob Moore (MakerX)

Results 26 comments of Rob Moore (MakerX)

Cool! Let me know how it goes for you - happy to make changes to it. I've been evolving it actively to my needs already.

(btw - I did get this and will reply :), just knee deep in this epic PR atm: https://github.com/MRCollective/ChameleonForms/pull/162)

@dtchepak I've referenced this from a commit above. It's very naive/wrong and quite likely no help at all, but thought it was worth pushing in case it sparked an idea...

I'm unsure if this is the same issue or not, but I've recently found that there is an intermittent, but consistently occurring and significant performance issue with indexer when running...

To be clear: I'm running these tests on AlgoKit LocalNet aka with dev mode algod (hence the 17s is really noticeable vs the sub-second near-instant commit and index times). I...

I assume so if there are no performance issues seen in normal indexer. Noting it's not necessarily indexer itself, but could be conduit it's unclear which is the cause of...

Ben raised this after I provided some feedback to him about how ATC has a bunch of useful logic, but it's not very flexible for extension, hiding most of it...

Apologies for the delay in replying. I want to see the transactions from `addMethodCall` because I have a wrapper that provides specific functionality that results in a call to `addMethodCall`...

I seem to have achieved this for a brand new bucket by using policy rather than ACL: ```typescript const bucket = new s3.Bucket(this, id, { ..., blockPublicAccess: { blockPublicAcls: true,...

You might find this interesting: https://github.com/MakerXStudio/algorand-sandbox-dev