-
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…
-
Hey,
Thanks for gocode, it's been a bless to use in my editor (Visual Studio Code)!
I have an issue with some stale cache, on Linux (Ubuntu 64 bits 16.04LTS). I'm running latest updated tip (hash 478…
-
Commands are currently based on Context Providers (CPr), sending command requests based on context updates forwarding (based on registrations). This mechanism has a lot of problems, as [detailed in th…
-
Hi Koide,
I just found that the alpha value (transparent) value was not correctly rendering (can't change the transparency). Did I miss any setup? If not, can you test it on your end?
Thanks!
-
Hi,
Maybe I looked for the wrong keywords, but it would be useful to have a view iterating application of a function from an initial value, like `iterate` in Haskell:
```c++
template struct it…
-
.DEFINE ID_1 0
.EXPORT ID_1
.DEFINE ID_2 1
.EXPORT ID_2
... This gets ugly really fast. Perhaps a better solution would be
.ENUMID ID_1 0
.ENUMID ID_2 ; this is 1
.ENUMID ID_3 ; t…
-
## Description
New move package references non existing framework/testnet branch, this will not work unless the branch is created or changed. Should it be changed to develop?
https://github.com/io…
-
I have a simple logger setup:
```
import logging "github.com/op/go-logging"
func main() {
...
log := logging.MustGetLogger(name)
// Setup the logger
logBackend := logging.NewLogBac…
-
Many lowercase characters have uppercase glyphs in version 1.000 beta. This is because 'cmap' maps both the lowercase and uppercase character to the same glyph. Here is the full list:
* U+0253 LATI…
-
Is there an example on how to use it with DTLS (if supported?)
Thanks