Mauro

Results 11 issues of Mauro

**What happened**: kubernetes deployments randomly fail with the following message: ```Failed to apply manifest: name="***", kind="", namespace="***", apiVersion="apps/v1" (failed to apply: (signal: killed))``` it happens randomly, on random manifests (can...

kind/bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug

running `npm i earljs` on an empty project yields ``` npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm WARN...

**Describe the bug** if I have an image with update strategy set to 'semver' and without any version constraint, argocd-image-updater will pick a prerelease version if it's greater than any...

bug

### Issue Checklist - [x] I'm using the latest u3d version - [x] I ran `u3d --help` - [x] I read the [README](https://github.com/DragonBox/u3d/blob/master/README.md) - [x] I made sure that a...

it would be great to add contextual autocompletion features to the options. i came up with a basic bash script with some stuff (it autocomplete with commands, and with installed...

if you have queues defined like this ``` const Bull = require("bull"); new Bull("foo:bar"); ``` the queue discovery feature does not find them

Hi, if I use the `query` method on pg.Pool with a query object that implements `sumbit` (i.e. pg-query-stream or pg-cursor) like this: ``` import { Pool } from "pg"; import...

bug

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

**Describe the bug** trying to use the latest version of pgtyped from a commonjs project causes typescript to complain with ``` The current file is a CommonJS module whose imports...

bug