-
From https://developers.google.com/protocol-buffers/docs/proto3#json
> If the Any contains a value that has a special JSON mapping, it will be converted as follows: {"@type": xxx, "value": yyy}. Ot…
-
Sister issue of https://github.com/grpc/grpc-web/issues/584 (copying content)
All generated code currently generates js import paths with similar structure with that of the imported `.proto` fi…
-
I propose that the compiler would check the when-guard conditions on basic Boolean algebra level so that there wouldn't be warning of FS0025 "Incomplete pattern matches on this expression" if there is…
-
**Regression** is a statistical method used in finance, investment, and other disciplines that attempts to determine the strength of relationship between one continuous dependent variable and a series…
-
Given this:
> **To Reproduce** I need define Geneva configs as below, but get type unavailable. Looks like bicep has no support to Geneva configs
and
> If not, is there a known workaround to …
-
A common pattern in ASP.NET Core is to have well known types or interfaces such as `IComponent`, `Controller` or `Hub`, that a user derives from and the framework reflects over. For e.g.
```C#
voi…
-
Wrappers.proto defines types for nullable scalars. When those are mapped to JSON you get a nullable object with a value field. That's a bit awkward and unnecessary.
It would be nicer if the wrapper …
-
This issue gathers discussions and issues related to the Projects type system. The plugin was released with a rather simple type system that needs some improvements. Since the type system is a corner-…
-
First of all .. thanks to everyone who contributes to these tools.
Unfortunately I have run into a problem with atdcpp when using recursive types. Given the following (`recurisive.atd`):
```
type…
-
### What problem are you facing?
Crossplane Managed Resources are building blocks representing external API resources (typically cloud resources) on a control plane. It is a common need to derive o…