Mrinal Roy

Results 6 comments of Mrinal Roy
trafficstars

Source: [Azure Monitor - Tracking FastAPI applications](https://docs.microsoft.com/en-us/azure/azure-monitor/app/opencensus-python-request#tracking-fastapi-applications). This Azure example is good the simple implementation they have. ```python @app.middleware("http") async def middlewareOpencensus(request: Request, call_next): tracer = Tracer(exporter=AzureExporter(connection_string=f'InstrumentationKey={APPINSIGHTS_INSTRUMENTATIONKEY}'),sampler=ProbabilitySampler(1.0)) with tracer.span("main") as...

Are you using same environment spec as me? > OS: macOS 12.5.1 Chip: Apple M1 Max Python: 3.10.5

@BenWilson2, may I get this one please? Thanks!

@sh4x2, I am working on this during this holiday period. Thanks for checking in. I'll be done this week and submit my PR.

This issue has been fixed in M1 with `macOS Ventura 13.2.1` after upgrading`pip` to `23.0.1`, so I am closing this. I appreciate your replies and help. ``` python -m pip...

Yes, for both dropdown items have white color as like background, so they don't show. Secreenshot: ![image](https://cloud.githubusercontent.com/assets/3819579/12787437/a18ce96c-cabf-11e5-8ec2-ab6d80ea7278.png) To be more specific, the following CSS codes resolves it: `.chosen-container .chosen-drop {...