Kalan

Results 27 comments of Kalan

Not `Struct`, unfortunately. If `Struct` is the only WKT used in your protobuf (as it is for me), you'll still have this dangling/invalid import. @adisunw 's patch fix at least...

> Nice. Do you need me to do anything to push this along? I had intended to get one more release out following the current pattern before making the switch,...

Good find, @girtsf - and thank you for the test case. My first inclination is the same as yours - what makes me uneasy is that the child messages will...

I'd like to amend this proposal - the `rc` branch, in practice, is unintuitive for many and causes problems which need manual resolution. A better option: publish `rc` versions automatically...

For me, when I reorganized my package, this error would not go away despite running `sls dynamodb remove && sls dynamodb install`. Turns out that the installation wasn't happening at...

+1, great dive into this @klarstrup! Running into the same problem but in the other direction: a REST interface I can't modify returns 400's with a "message: (stringified JSON)" in...

Thanks for the thoughtful reply! You bet - I realized I had forgotten `base_url` shortly afterwards. Option 1 instead could be that all api calls - `sync` and such -...

Another: an example of `CAPTURE 0 "out" flat(1e-6, 2+3i) iq` doesn't name the parameters in the waveform invocation, which the grammar requires: ``` namedParam : IDENTIFIER COLON expression ; waveform...

Thanks @StephenBrown2 - yeah, that’s what was suggested in the linked FastAPI issue and is what I’d consider the simplest approach. Simplicity is a plus but it has two important...