James McDonnell

Results 10 issues of James McDonnell

Basically if you configure the endpoint via environment variable, it will always to try communicate via insecure. Because use_ssl_credentials is used in the grpc exporter, but we never set it....

instrumentation:nginx
pr:please-review

**Describe your environment** Python behind nginx+uwsgi. Grpc endpoint behind AWS ALB with prefixed path for listener rule. The issue has not been fixed on main: https://github.com/open-telemetry/opentelemetry-python/blob/main/exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py#L235 netloc does not include...

bug

When trying to use the tail_sampling processor, I found it was not included as one of the processors defined in AWS ADOT **Describe the solution you'd like** Add the tailsamplingcollector...

enhancement
feature-request
stale
ADOT collector
Processor

Just trying to use a lambda function for converting enums does not work, but if I specify type, it does work. This is in contrary to what the bottom of...

Too many tabs gets cut off by overflow: hidden. #### :heavy_check_mark: Checklist - [ ] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ] Added or...

## 🐛 Bug Report There is no way to clear the datepicker value. ## To Reproduce Steps to reproduce the behavior: Set a date, then try to unset it. ##...

### Describe the bug https://refine.dev/docs/examples/table/mui/cursor-pagination/ Firstly this example only works one direction. The back button just moves forward further. Secondly, by taking this approach, changing filters or sort breaks the...

bug
wontfix

Chrome appears to be providing content type twice sometimes, this results in load_json_body not being called. Content-Type: application/json, application/json; charset=utf-8

I cannot use `spec.path` without providing `view`. In `flask.py`: ```python def path_helper( self, path: Optional[str] = None, operations: Optional[dict] = None, parameters: Optional[List[dict]] = None, *, view: Optional[Union[Callable[..., Any], "RouteCallable"]]...

Pylance version: v2023.11.10 OS: Manjaro, 6.6.1-arch1-1-g14 Python version: VSCode interpreter set to 3.8.9, native OS version 3.11.5 ## Environment data pyproject.toml includes: ``` [tool.pyright] pythonVersion = "3.8" venvPath = "/home/james/.cache/Python-3.8.9/"...

bug