justinrush

Results 18 issues of justinrush

I'm using Path to merge two documents, which works well when the node in source exists in destination, but does not work when the node does not exist in the...

I'm trying to evaluate liftbridge in kubernetes by using [this helm chart](https://github.com/pozetroninc/liftbridge-helm-chart) and [this example go-code](https://github.com/liftbridge-io/go-liftbridge#basic-usage). The liftbridge-external service in my cluster has an external IP address that is reachable...

**Is your feature request related to a problem? Please describe.** The configuration [documentation](https://cortexmetrics.io/docs/configuration/configuration-file/#store_gateway_config) for the store gateway seems to be the only source of information on this tier. From that...

component/documentation
keepalive
stale

I'm still seeing #144 which has been closed I'm still seeing this in rewire v6 / jest v27.4.5. ### db.js ```javascript function connectDB() { console.log('in connectdb'); } module.exports.connectDB = connectDB;...

Deploying the chart as is with the defaults generally results in a poorly performing instance. The cortex-jsonnet project makes a number of changes to these defaults that we should adopt...

stale

Since you expose `nginx.config.client_max_body_size` as a top level config it is probably best to also expose the `client_body_buffer_size` so folks can control what ends up being disk buffered and what...

enhancement
help wanted
good first issue
keepalive

**Describe the bug** The initial scan of my library is taking a very long time - I'm at 24 hours and it is still going. I initially added a small...

bug
confirmed

I'm troubleshooting some slow performance in my application that I've narrowed down to the amqp-ts consumer component. I have a go-lang based sender that sends messages to a queue and...

It would be great to be able to query jackett and get the last n releases for specified categories, or all since a certain time or in a range. I'm...

I want to be able to search the IPAM database for information about an IP address or hostname. For example: ``` GET /wapi/2.9/ipv4address?ip_address=10.0.14.9 ``` I can't find a way to...

enhancement