Nazar Vovk

Results 10 issues of Nazar Vovk

**Steps to Reproduce** Try to open box with `collection` arg passed into method. **Code sample** ``` await Hive.openBox("boxName", collection: "collectionName") ``` **Version** - Platform: Web - Flutter version: 3.0.5 -...

problem

### Package dio_http2_adapter ### Version 2.2.0 ### Output of `flutter doctor -v` ```shell [βœ“] Flutter (Channel stable, 3.10.2, on macOS 13.4 22F66 darwin-arm64, locale en-UA) β€’ Flutter version 3.10.2 on...

h: need extra help
h: need more info
s: bug
e: PR welcomed

### Package native_dio_adapter ### Version 0.1.0 ### Output of `flutter doctor -v` ```shell [βœ“] Flutter (Channel stable, 3.10.1, on macOS 13.4 22F66 darwin-arm64, locale en-UA) β€’ Flutter version 3.10.1 on...

s: feature
h: need extra help
p: native_dio_adapter
p: dependency

### Current Behavior Proxy is completly ignored in http request node from HTTP_PROXY env variable if NO_PROXY environment variable is present. ### Expected Behavior HTTP_PROXY and NO_PROXY works as expected....

bug

Related https://github.com/dart-lang/http/issues/974 `StreamQueue` is buffering everything it can consume before sending it to the remote. This still prevents tracking upload progress or sending large files. https://github.com/dart-lang/http/blob/b2067710f88980fc0fee43ec3380bce089f001db/pkgs/cupertino_http/lib/src/cupertino_api.dart#L124-L127 https://github.com/dart-lang/http/blob/b2067710f88980fc0fee43ec3380bce089f001db/pkgs/cupertino_http/lib/src/cupertino_client.dart#L219-L228

type-bug
package:cupertino_http

I want to omit logging of `Uint8List` because such bodies can be several megabytes long and its heavily impact perfomance in debug mode. For example, if [dio_image_provider](https://pub.dev/packages/dio_image_provider) is used or...

Is there any way to terminate waiting of `ReadImage` method? Currently after `Cancel` method usually I receive no `ErrCancelled` which result in gorouting leaks.

## Which problem is this PR solving? Currently Mongoose instrumentation does not track static methods like `insertMany` and `bulkWrite` ## Short description of the changes Added `patchModelStatic` to allow instrumentation...

pkg:instrumentation-mongoose

### What version of OpenTelemetry are you using? "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-async-hooks": "^1.26.0", "@opentelemetry/exporter-metrics-otlp-grpc": "^0.53.0", "@opentelemetry/exporter-trace-otlp-grpc": "^0.53.0", "@opentelemetry/instrumentation-mongodb": "^0.47.0", "@opentelemetry/instrumentation-mongoose": "^0.42.0", "@opentelemetry/sdk-metrics": "^1.26.0", "@opentelemetry/sdk-node": "^0.53.0", "@opentelemetry/sdk-trace-node": "^1.26.0", ### What version of...

bug
priority:p2
pkg:instrumentation-mongoose

## Summary by CodeRabbit * **New Features** * Added support for custom labels on SigNoz ingress resources, enabling users to attach custom metadata and tags to their ingress configurations. *...