Nathan Halko
Nathan Halko
UPDATE: This is not unique to pytest. I am able to run and pass this test when using Run and Debug within VSCode, but not from the console. So running...
I am having similar issues with my setup. Instead of using the OTEL collector exporter I use the `ConsoleSpanExporter` and confirm there is no output in the console. Will update...
I found a working solution, though it doesn't use the `DjangoInstrumentor`. OpenTelemetry doesn't play nice with ASGI, but there is an explicit ASGI middleware for open telemetry. I followed [this...
I was able to get the telemetry working without the ASGI middleware package. **You need to perform the instrumentation inside of the post fork handler [per these docs](https://uptrace.dev/get/instrument/opentelemetry-django.html)**. ``` import...
+1 for merging this PR so the transparent files are saved in bulk
@Quidam2k @andykaufseo I was able to fix this issue. I'm submitting a PR but if you want the fix now, you can copy the commit from my fork. It's very...
Looks like there's another PR in the pipeline that fixes this issue and has some other fixes. https://github.com/layerdiffusion/sd-forge-layerdiffuse/pull/99 Author seems inactive -- so until that's merged, using this fork is...
I tried upgrading the yarn version to 4.5 with `yarn set version stable`, which gets a successful install but has none of the after-install prompts. ``` 📦 Installing vue-cli-plugin-electron-builder... ➤...
Can confirm that I am getting the same error. Nuxt: 3.13.0 Vitest + @vitest/browser: 2.1.3 I tried several different package versions with no luck. Error shows up on both, WebdriverIO...
May not be totally related, but I was getting errors like this when using the `QApplication` from Pyside instead of qasync. Switching to the qasync one fixed the async crashes...