ttshivers

Results 15 issues of ttshivers

Parsing the version from the dependabot docker image tags would be useful, but it does seem like it would require more work. One nice observation is that many of the...

help wanted

This fix corrects the misalignment of the parsed outputs in the .get_all() function. This fixes this issue: https://github.com/cgoldberg/ystockquote/issues/12

Ported the update.sh script to nodejs. Changes: - With no additional arguments, the script only updates Dockerfiles when there is a new node version for that major version - `-a`...

Replace all other linters with super-linter (docs here): https://github.com/github/super-linter It has all the linters that the previous actions used. Docs for disabling rules: https://github.com/github/super-linter/blob/master/docs/disabling-linters.md Refs: https://github.com/nodejs/docker-node/pull/1368#issuecomment-709465574

This adds an action that checks whether the architectures files are outdated and will open a PR _(TODO)_ with the changes. I saw this might be something potentially helpful when...

Adds multiarch testing on the github actions. Some tests do fail, because they are failing in production too, like the [alpine3.12 builds](https://github.com/nodejs/docker-node/issues/1330#issuecomment-695359267) and the [nodejs 12-14 i386 builds.](https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/node/) I know...

When trying to use a single destination for multiple sources, the second time you initialize the same source for a new job, it returns the error "ERROR source is already...

enhancement

According to best practices, it is good to use separate connections entirely for publishers and consumers so RabbitMQ can apply backpressure on the tcp connections if the publisher is sending...

enhancement

In promsql, backslashes in regexes must be doubly escaped for them to be interpreted as a literal backslash character. Fixes #79791 **What is this feature?** Fix for the tempo service...

area/frontend
pr/external
datasource/Tempo

### Is your feature request related to a problem? Please describe. Can a new release be published to fix the nestjs InjectMapper decorator type. This blocks nestjs projects from updating...

enhancement