Jake Teton-Landis
Jake Teton-Landis
What should fetch return inside the VM, should it return a Promise and be an async function from the perspective of other code in the VM, or should it be...
You need to use evalCodeAsync, callFunction isn't async-aware.
Agree about baking in the tree traversal 👍🏻, it's certainly a stretch to consider that polymorphism; going that route would need a lot more design.
Ah, i didn’t test with extension disabled. Lemme patch that.
Alright, should be fixed
What steps did you take to get to this screen?
I tried to repro with a friends Google accounts all of whom have 2FA, but couldn’t repro. I recommend trying the developer setup guide to upload the code to your...
What issue are you experiencing? I develop on an M1 MacBook Pro
@ayhoung Can you try again with the latest release?
You can specify `rebalance_cb` in the KafkaJS consumer interface without needing to implement rebalancing, I've been testing this for a while. As long as you `return undefined`, the client will...