Amir Blum

Results 36 issues of Amir Blum

Fixes #105 . More context and discussions can be read in the issue. This adds linux-arm builds to the collector and collector contrib, so they can be published to docker...

Hi, I want to use the collector on Raspberry PI with docker, and was not able to find a relevant image in dockerhub to use. Looking at some old issues...

help wanted
stale

this is an issue found by @Flarna in [this PR](https://github.com/open-telemetry/opentelemetry-js/pull/2349/files#r669863742) ### What version of OpenTelemetry are you using? v0.23.0 ### What version of Node are you using? v12.18.3 ### Please...

bug
priority:p2

## Which problem is this PR solving? fixes #2984 fixes #3052 extends #2988 (which is not finalized: fixes an issue in one place out of 3 and no tests. no...

needs-rebase

Hello, Thanks for the great library, We use nanopb on ESP32 and read a proto stream from file into nanopb input stream, we wrote an istream similar to the one...

Priority-Medium
Type-Defect
Component-Decoder

# Prototyping amqplib (rabbitmq) ## General - The library works only in “Push” model (TCP socket to the server with callback). No ambient context. - “deliver” span will always be...

Currently, we need to manually lint / prettier before pushing to github. This is done by running `yarn prettier`. The job can be done automatically by husky git hook, but...

good first issue
low priority

typeorm tests are creating a new db connection in each test. If something goes wrong (assertion fails, exception thrown), the test does not close this connection which causes the following...

good first issue

Those 2 functions are executing queries on the database. The queries create sequelize spans that are missing the context of what happened: - If called on startup without an active...

good first issue