dkegel-fastly

Results 42 issues of dkegel-fastly

I found it difficult to get started from the README, so I created a fully-worked example showing off the bare minimum steps from start to finish to use ffjson. Happily,...

With go 1.16.3, doing ```make test``` fails with ``` go install github.com/pquerna/ffjson go install: version is required when current directory is not in a module Try 'go install github.com/pquerna/ffjson@latest' to...

While the -e option does allow putting a prefix on the package name of the generated go, it is a bit awkward to require each matcher to be in its...

Just ran into a situation where \b support would have been nice. cf. https://github.com/katef/libfsm/issues/269

enhancement

I'm trying to port a use of golang's https://golang.org/pkg/regexp/#Regexp.ReplaceAllString to tinygo, where regexp doesn't work just yet. libfsm works nicely, i.e. I can use ``` re -l go -k str...

upstream sprouted a test -skip flag on tip today: https://go-review.googlesource.com/c/go/+/421439/ We should consider implementing it, too.

enhancement

Apple documents varargs as being different on darwin arm64 (see https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms) but it appears tinygo dev branch doesn't quite implement that yet. This shows up as test failures in ```tinygo...

macOS

I just cloned the repo and tried ``` cd image/jpeg tinygo test ``` This failed with ``` reader_test.go:92:2: wrong number of return values (want 2, got 1) ``` It looks...

It would be nice if easyjson worked in tinygo so it could be used on embedded systems that normal go does not target. Easygo's tests do not yet run in...

I have a directory full of go that builds fine with regular go: ``` $ go build ``` but fails to build with goreduce: ``` $ goreduce -match=xxxxnomatchxxx . error...