Evan

Results 143 comments of Evan

1. I don't have an opinion, I've seen a variety of ways in the Lua world. If you submit an isolated changeset that makes this change and updates the tests/examples,...

Thanks for the compliment! =) I'll see what the situation with the latest version numbers are and update the tags.

I hadn't noticed that the `master` branches haven't built in a long time... taking care of that, then this.

Alright, I'm working with Travis CI support to remedy this... I don't do my own builds + image pushes, but rather use public-facing CI/CD services so that the community can...

OK, [Travis CI](https://app.travis-ci.com/github/neomantra/docker-flatbuffers) fixed it quickly -- many thanks to them for the build minutes. I just triggered a master build and it created tags like with the latest main...

I'd still like to make a recent versioned tag, but haven't circled back to this yet. So re-opening....

Thanks for that suggestion and reference -- pterm looks like a great library. We intend to add more graph types over time and will consider a heat map implementation. However,...

The OpenResty distribution builds a lot of libraries from source, even OpenSSL. If you follow the Dockerfiles, you can see exactly what is needed to download and build. https://github.com/openresty/docker-openresty/blob/master/jammy/Dockerfile#L112

If Travis and Docker Hub support s390x, then we can add it to the "build-from-source" flavors of the Docker images. Please open a Docker-specific ticket here: https://github.com/openresty/docker-openresty/issues

Noting here the issue I had in doing the Docker images: PCRE's JIT [does not support s390x](https://github.com/zherczeg/sljit/issues/89), so `--enable-jit` cannot be used in building PCRE and `--enable-pcre-jit` cannot be used...