Glenn Lewis
Glenn Lewis
Relates to: https://github.com/gmlewis/flutter-stylizer/issues/37
When this repo was written, the Go compiler (around Go 1.11.5) could not compile large maps into code. This should be retested periodically so that the workaround hack here: https://github.com/gmlewis/go-fonts/blob/master/fonts/fonts.go#L110-L116...
When the [//go:embed directive](https://github.com/golang/go/issues/41191) becomes available, use it to embed font data into the code instead of using base64-encoded strings.
Have you considered providing a `func (m *Mesh) ToVoxels(box Box, nx, ny, nz int) []Voxel` where `nx`, `ny`, and `nz` are the number of voxels in the `X`, `Y`, and...
Version 3.2.1 has a CVSS 10.0 vulnerability. That is the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for...
Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the...
**Describe the solution you'd like** Emitter.io is a pubsub implementation over websockets that provides secure communications and seems like a perfect fit for providing YDoc communication over secure channels (one...
When generating docs for a `raw` endpoint, the API Docs generator says: ``` This API processes unstructured HTTP requests and therefore has no explicit schema. ``` However, I think this...
Fixes: #2400.
Note that if you are trying out [Go 1.18rc1](https://groups.google.com/g/golang-announce/c/QHL1fTc352o/m/5sE6moURBwAJ), `golangci-lint run` will report a bunch of (incorrect) errors. Related issues: * https://github.com/golangci/golangci-lint/issues/2414 * https://github.com/go-critic/go-critic/issues/1157 We'll keep this issue open until...