Evan
Evan
Nomad's bundled UI has a handy feature where it includes a `ip:port` hyperlink for a port binding. This makes it quick and easy to get to a web-based service via...
There were both compiler and linker errors using CMake on both Linux and OSX. This changeset fixes them. Compiles, builds, and tests successfully on OSX (cmake and Xcode). Compiles and...
The `jammy` flavor builds on `s390x` architecture are failing on Travis. Here's an example [failed build](https://app.travis-ci.com/github/openresty/docker-openresty/jobs/575242228). All the other distros are working. This happened last time around, so I'm skipping...
* Create tooling to use [clair](https://github.com/coreos/clair) to scan our images for vulnerabilities. * Drive using Travis. * Run on a cron * Improve tooling to rebuild when vulnerabilties are found
Add smoke tests to the Travis builds to get coverage across all distros. For example, even just test that the plain image can run.
Upstream packaged images (e.g. `centos` via RPM) have a set of modules and build flags. See https://github.com/openresty/openresty-packaging/blob/master/rpm/SPECS/openresty.spec#L145 Harmonize these flags and make them customizable with build arguments. For example: ```...
* `scan` typo... `can` * read through the page and thought the TTL line read better that way Thanks for great docs.
**Please describe your use case / problem.** User has a backend service `backend1` exposed by Ambassador, which handles CORS with a static list of allowed origins. The static list includes...
Commit d8a63a412826fa409db78e2f5b3620e09ac1074c introduced a bug which broke fromShaderIds. This is specifically here: https://github.com/senchalabs/philogl/commit/d8a63a412826fa409db78e2f5b3620e09ac1074c#diff-9589e3a0cc72e26a4814bc9ef05aa2d4R301 fromShaderIds is supposed to return a Program, but instead this function is delegating to onSuccess. But the...
Note that tests for this module will fail until [this redis pull request](https://github.com/antirez/redis/pull/3718) is merged. CHOP key count Removes characters from a value to a String key. If 'count' is...