Jeremy Voss

Results 36 issues of Jeremy Voss

Fixes #1208 If local storage is disabled, Don't create temp storage directory.

Flask 2.2.3-2.24: Due to a caching vulnerability, data intended for one client can accidentally be sent to other clients Requests 2.28.2-2.30.0: Under certain circumstances, Proxy-Authorization header can be sent to...

**Describe the bug** Heater-cooler appears to be communicating in C with homekit. This means that a 70 degree config communicated as 158 degree to the UI which in turn fails...

bug
wontfix

Becuase the HttpX instrumentation changes the httpx.client class, it does not work on classes that are defined on import (even if the class is only instantiated after instrumentation). This means...

bug

# Description Currently, the only way for custom distros to configure is through setting or defaulting environment variables. While it makes sense for customers to configure distros with env vars....

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

**Describe the solution you'd like** Whenever I add devices, it is time consuming to go into each device's settings and move it from the default to correct room. This is...

enhancement

**Describe your environment** **Steps to reproduce** Flask does not work with "from flask import Flask": ```python from flask import Flask from opentelemetry.instrumentation.flask import FlaskInstrumentor FlaskInstrumentor().instrument() app = Flask(__name__) @app.route("/") def...

bug

# Description pkg_resources is deprecated. Following example of https://github.com/open-telemetry/opentelemetry-python/pull/3217/files Helps to fix #1970 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change...

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first....

feature-request