Ruben Vermeersch

Results 232 comments of Ruben Vermeersch
trafficstars

Ping @dongluochen

This is on `OS X 10.9.5 (13F1507)`.

Ping @dongluochen

We compile our Docker images with Alpine as a base image. This doesn't run on musl, so a non-cgo build is needed. This is for a tiny service and I...

This is very interesting. Normally, message contexts are intended to be used as short identifiers. What exactly are you trying to do?

Am thinking we'll need to change `*Matter.split()`, so that it only splits twice (once before front matter, once after). But to do that we'll need to keep track of the...

> As of TinyGo v0.8.0 the `encoding/base64` package still cannot be imported due to #437 so that is still not fixed. `encoding/base64` seems to be supported now, but that's still...

It's for convenience. In unit tests, don't use the globals, use a MigrationSet.

Don't think so, please do! It's just a matter of creating a set: ```go set := MigrationSet[} ``` And using that one. instead of the global methods: ```go set.Exec(...) ```...