andreacimino
andreacimino
Almost yes, you can check the version I am using right now. I needed to handle the initState call, passing with null. Please look at the attached file. [inner_drawer.dart.zip](https://github.com/Dn-a/flutter_inner_drawer/files/4547295/inner_drawer.dart.zip)
Thank you for the hints! I will try the latest version and see if everything works fine.
Thanks for the answer, The point is that I would like to have information regarding the performance achieved during training (in a multipass stage) rather than at the of the...
I have the same issue with these packages, tried everything. opentelemetry-api==1.15.0 opentelemetry-instrumentation==0.36b0 opentelemetry-instrumentation-aws-lambda==0.36b0 opentelemetry-instrumentation-dbapi==0.36b0 opentelemetry-instrumentation-flask==0.36b0 opentelemetry-instrumentation-jinja2==0.36b0 opentelemetry-instrumentation-logging==0.36b0 opentelemetry-instrumentation-requests==0.36b0 opentelemetry-instrumentation-sqlalchemy==0.36b0 opentelemetry-instrumentation-sqlite3==0.36b0 opentelemetry-instrumentation-system-metrics==0.36b0 opentelemetry-instrumentation-tortoiseorm==0.36b0 opentelemetry-instrumentation-urllib==0.36b0 opentelemetry-instrumentation-urllib3==0.36b0 opentelemetry-instrumentation-wsgi==0.36b0 opentelemetry-propagator-aws-xray==1.0.1 opentelemetry-sdk==1.15.0 opentelemetry-semantic-conventions==0.36b0 opentelemetry-util-http==0.36b0
When running this flask app with the ' opentelemetry-instrument flask run' command, the logs are being collected (FlaskInstrumentor disabled). When enabling the flask instrumentor by uncommenting the proper line (and...
Tried again with the following dependecies (note that the distro package is installed), still not working: backoff==2.2.1 certifi==2022.12.7 charset-normalizer==2.1.1 click==8.1.3 Deprecated==1.2.13 Flask==2.2.2 googleapis-common-protos==1.57.0 grpcio==1.51.1 idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.1 opentelemetry-api==1.15.0 opentelemetry-distro==0.36b0...
@srikanthccv Please note that with the 'opentelemetry-instrument flask run ' everything working, but when using the flask middleware, traces are not collected.
@TylerHelmuth Finally it seems i solved the issue, but I think that something should be better documented, or maybe I am missing something. In case ``` from opentelemetry.instrumentation.flask import FlaskInstrumentor...
Confirmed, by reverting 22aef7a2e50326f3b7043848162bf16df4283db6 the issue is solved, but unfortunately scrolling does not work anymore.
The following change seems to fix the issue: layout.addView(unit.tracking, new RelativeLayout.LayoutParams(0, 0));