Ben Firshman
Ben Firshman
Great idea.
> To alleviate the barrier of entry of implementing an AMQP-based API, we'd likely get into the business of writing clients for all languages (Python, Go, Ruby, ...) and brokers...
It's worth noting this might be something we don't have to do right now. Cleaning up and documenting a queue-based API seems like a noble cause, regardless of whether it's...
@andreasjansson Look good to you? Will wait for your approval, because you did previous PR :)
The test from #332 remains. Do you mean some kind of unit test?
Gotchya. Testing the specific issue I'm running to will be rather hard because it's only on M1 Macs under QEMU. The integration test in #332 covers messages at import time,...
Discussed IRL with @zeke: we realized that if the type signature (now "schema") was fetched over HTTP (with some mechanism to stop it from running `setup()`) then this would fix...
Yep. Needs rebasing and fixing/writing the test. It's not urgent/important, I think.
Thanks for the suggestion @Xompute! This is totally something we want to make possible. Making an API that is compatible with every possible infrastructure provider is likely going to get...
We probably also need to vendor `typing-extensions`. See #593 and #598.