printfn

Results 75 comments of printfn

@jhump I've created a minimal reproduction here: https://github.com/printfn/grpcurl-repro See the included README file for specific instructions, including the change I needed to make to the .proto source file to work...

@jhump Thanks for the information, and yeah it does look like we’re seeing the same issue. Would it maybe be possible to improve the error message in grpcurl, to better...

Thanks for the suggestion! Assertions (and comparison operators in general) are definitely on my radar to add at some point.

Up to you I suppose! I wouldn't worry too much about how you organise the PRs :)

I've updated the post to add some Synapse screenshots of the various options, and I'll see if I can set up packet capture soon.

Tried to reproduce on v1.2.2, it's now broken in a different way: the prompt `> ` doesn't render at all, and Ctrl-C/Ctrl-D doesn't seem to work as expected. At least...

Fixed. ``` > v = 5volts 5 volts > r = 2 ohms 2 ohms > i = v/r 2.5 amperes ```

I went ahead and implemented a simple date syntax: ``` > @1970-01-01 Thursday, 1 January 1970 > @2000-01-01 + 10000 days Wednesday, 19 May 2027 ```

Would it be possible to review this?

Thanks! I’ve checked, the “fixHMR” component from that thread also works around this bug.