Jose Truyol

Results 9 issues of Jose Truyol

Is there a way to include the Lua module in this package? I'm using it with njs and lua development. It is great so far with njs, but we really...

When this modifier is used, redis-oplog throws an exception: ```js const modifer = { $addToSet: undefined }; Collection.update(selector, modifier); ``` Exception: ``` Exception in setInterval callback: TypeError: Cannot convert undefined...

## Why? Sometimes we have a logic like this: ```js let $set; if(someCondition) { $set = { field: 'value', }; } Collection.update(selector, { $set }); ``` The Mongo driver can...

### Description When I deploy a helm chart using a JSON as a value, helm tries to parse the JSON as a template string and fails with something like `...

enhancement
stale

### Describe the issue The operator is constantly killed because of OOM issues. I upgraded the chart release increasing the memory limit to 100Mi. So far it's working ### To...

### What is the issue? The policy controller fails when it tries to watch some k8s resources (I think all of them). There is not a single package dropped according...

bug
area/policy

### Reproduction https://stackblitz.com/edit/8r53uwzg?file=src%2FApp.vue ### Describe the bug Using the `TooltipArrow` component, I noticed that the tooltip alignment when using `start` or `end` is different depending on the trigger size. In...

bug

### Describe the bug Using the addon the report doesn't include not-tested files if we want to track overall progress ### Steps to reproduce the behavior 1. Add this configuration...

bug

I get a spinning wheel when accessing Hubble UI. The developer console shows this error: ``` stream.ts:223 Unknown error: Error: cannot convert to safe number at si.toNumber (pb-long.js:50:19) at t.value...