Cody Mullins

Results 54 comments of Cody Mullins

After further testing, I have discovered this only throws this error when combining the map with the `repeated` above. When removing the `repeated` and only using a map, it does...

It appears the reason for `null, null` is due to the `switch` statement in the `ToJson(...)` [method](https://github.com/xoofx/grpc-curl/blob/bc81cfcb42072f17a0bcfcd8b688a1755b3709f0/src/GrpcCurl/GrpcCurlApp.cs#L237). Since there is no mapping, the `default` case is triggered. This is fixed...

It's been a few weeks since I looked at this, I'll take another look to sanity check...

Alright, so I'm no longer utilizing the `repeated map`, but this issue is still relevant for `map` and using the `Attributes` wrapping the map type. ``` message Equipment { string...

No worries, I can try to dig in more as well - just been busy. Thanks!!

@far-blue I believe the typescript ones are coming in TKO

I feel like IE9 is a reasonable minimum (especially if a 4.x were to be considered).

@QuietDesperationDev I didn't see it either. I accomplished it somewhat manually in [Spacetime](https://github.com/getspacetime/spacetime/blob/main/src/Spacetime/Shared/Components/Inputs/Code.razor). Fairly untested but it seems to work from first glance.

@jsuarezruiz would like to try this out, any kind of ETA on getting this new package released?

I can do this one.