Anton Gyllenberg

Results 7 issues of Anton Gyllenberg

Go 1.10.2 on Windows, GopherJS 1.10-4 (8dffc02ea1cb8398bb73f30424697c60fcf8d4c5) Compiling using `GOOS=linux gopherjs.exe ....` Assume the following package layout: - `gojscache/gojscache.go` : defines type `Foo`. - `gojscache/factory/factory.go` : constructs a `*gojscache.Foo` -...

bug
NeedsFix
NeedsHelp

Mtail records timestamps as Go time.Time values, that have nanosecond resolution. However, when accessing a time acquired using `timestamp()` from a program, e.g., when subtracting two timestamps or assigning a...

enhancement
mtail-Language/VM

Spinoff from https://github.com/cue-lang/cue/discussions/1870#discussioncomment-3484927. ### What version of CUE are you using (`cue version`)? v0.4.3 web playground, and also verified with current tip: $ cue version cue version v0.0.0-20220829182706-ac1121593d7a -compiler gc...

NeedsInvestigation
Triage

### What version of CUE are you using (`cue version`)? $ cue version cue version 0.4.0 windows/amd64 ### Does this issue reproduce with the latest release? Yes, with v0.4.0. ###...

NeedsDesign
NeedsFix
roadmap/language-changes
Discuss

I see that you have chosen to release your library using the LGPL license. I am not a lawyer and nothing in this text is legal advice, but my understanding...

The encoders and decoders do base64 encoding of the binary data. The blog post says that this is so that only alphanumeric data is passed to the QR encoder. I...

I propose to add certificate based authentication in addition to the current simple "public key" -> "username" authentication scheme (authkeys): - Add a number of trusted CA certificates to the...