akirchhoff-modular
akirchhoff-modular
`grpcio` is not ZIP-safe. You must use `zip_safe = False` on all PARs that depend on `grpcio`.
@Mogball Is #100 sufficient to capture this? For example, it seems like `let x: StringLiteral = "hello"` and `print(x)` in separate cells should work, and would also have explicitly turned...
I'm not talking about `__add__`, I'm talking just about having a `StringLiteral` variable in one cell and printing it in another. This is bullet point 1 in this issue --...
Sounds good. If you could, please link the new issue if you file it publicly (or send me the issue privately otherwise, please).
@pullpush-io > Thanks for this one. Will this be useful for reading compressed files record-by-record? This is what I use the old msgpack lib for most: > > ```python >...
@pullpush-io > My familiarity with the source code here is **extremely** limited, but I think I saw `skip` functionality? Usually this can be used to probe the buffer and establish...
I no longer have access to an RBE environment, so this is not easy for me to test. But I expect the repro attached in the issue would be able...