Žiga Željko
Results
2
issues of
Žiga Željko
[`encoding.TextMarshaler`](https://golang.org/pkg/encoding/#TextMarshaler) is a common way to provide a general marshaling logic which is repected by `encoding/json` and many other marshalers, e.g. https://github.com/go-yaml/yaml (https://github.com/go-yaml/yaml/blob/v2/encode.go#L135). Currently the bson package only supports custom...
I am currently trying to do some low-level GPU programming (for Nvidia cards using the open-source `nouveau` driver) and so, I need access to driver-specific APIs for managing buffers and...