-
I'd like to propose that enum be added to Go as a special kind of `type`. The examples below are borrowed from the protobuf example.
### Enums in Go today
```
type SearchRequest int
var (
Sear…
-
Fifty thousand words, huh? I do fear that the plot will begin to suffer partway through no matter _how_ cleverly I code, but I'll give it a whirl.
-
_[Update: There is considerable interest on the team in adding primary constructors as a general feature. This original discussion issue has been repurposed as the tracking issue for the general featu…
-
From [Announcing Zcash Blossom and proposed feature goals](https://forum.zcashcommunity.com/t/announcing-zcash-blossom-and-proposed-feature-goals/31891):
> # Harmony Mining
> - **What is it?** A d…
-
https://medium.com/@stephenrwalli/sustaining-open-source-software-4a62a4b6d0f3
([h/t](https://github.com/duaneobrien), iirc)
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/dotnet/roslyn/issues/188
- https://github.c…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
cargo team notes:
- [Summary](https://hackmd.io/@kobzol/S17NS71bh)
This is primarily targeted at docker layer caching for dependencies. For limiting docker layer caching of workspace members, see #1…
-
### Describe the project you are working on
Godot C# bindings
### Describe the problem or limitation you are having in your project
For the past weeks, I've been discussing with several Unity…
-
Following on from issue #278, the purpose of this issue is to capture examples of workflows from the various approaches (OpenEO, OAPIP Part 3, etc.), compare them and see where there is commonality an…