Lyndon Gingerich
Lyndon Gingerich
The Binding module contains many functions undocumented in [the tutorial](https://github.com/elmish/Elmish.WPF/blob/master/TUTORIAL.md). Particularly, the tutorial [says](https://github.com/elmish/Elmish.WPF/blob/master/TUTORIAL.md#lazy-bindings), "Note: Lazy bindings may get a complete overhaul soon; see https://github.com/elmish/Elmish.WPF/issues/143," which issue is closed, but...
Resolves #434. This PR is starting as a work in progress so I can see pipeline results; I'm new to GitHub Actions.
I would like to be able to use `Set` operations on my generated message types, but this requires comparison. Could we implement comparison on `UnknownFieldSet` so F# can use structural...
It seems that ```proto enum MyEnum { MySingleEnumCase = 0; } ``` would generate ```fsharp type MyEnum = | [] Mysingleenumcase = 0 ``` with only the first letter capitalized....
I hand-wrote the code. Should we generate it instead? But comparison and equality might just use space unnecessarily on other message types. I implemented `GetHashCode` naively. Please suggest revisions freely....
`Google.Protobuf` [implemented](https://github.com/protocolbuffers/protobuf/issues/4267) `IComparable` for `WellKnownTypes.Timestamp`. Could we do so as well?
I have both `https?://alt.org/nethack/hterm/*` and `https?://alt.org/*` in my Vimium exclusions, just to be sure. When I go to alt.org/nethack/hterm, tap C to connect, and tap L to log in, the...