Mrinal Roy
Mrinal Roy
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:  To be more specific, the following CSS codes resolves it: `.chosen-container .chosen-drop {...