Chris Forrette

Results 23 comments of Chris Forrette

I would very much like this—thanks @flintinatux for doing this! +1

I'm currently struggling with this exact issue as well. I've attempted a few approaches... ### Binary install I was trying to install the binary in a Docker image like so...

@lucacome Thanks for the info! I tried hard-coding the Nginx version to `1.19.3` in the Dockerfile in this repo, building it, then referencing it in my Dockerfile but ended up...

@miry Thanks for sharing that! I'm hoping to avoid building from scratch but I might end up there...

So since Kong = OpenResty + Lua + Nginx, and `nginx-opentracing` is also on top of Nginx, we've taken a variety of approaches to try to compile everything in the...

@andrew8712 I've been bitten by this one too—job name change works and so does running a `FLUSHALL` command against your Redis DB, but it also nukes all the data in...

@zkat BTW, hoping to get to these changes this evening, sorry I've been a little slow...

@zkat Got a few updates besides the ones I've already commented on... I've added an options object to the search command which is basically all of the `libnpmsearch` options, which...

@zkat Yea, I think rendering results in a table is a great idea. I'll see if I can compose components from [`ink-table`](http://npm.im/ink-table) and [`npm-select-input`](http://npm.im/ink-select-input) together to pull it off, but...