George Helyar
George Helyar
This is not a particularly nice workaround because it makes the library pretty pointless, as you have to tell the "locator" library exactly where to look, but you can do...
Yes, it's not ideal, and I'm not making any excuses for this library. I'm just a consumer of this library, and I'm sharing my workaround. Exactly how you get the...
Just for additional information, we had this exact problem in the past and had to solve it in the same way, null `userType` occurs for users that were created before...
Yes I think most people should probably just use `dotnet new worker` That said, if you want to use this then you might want to turn it into a proper...
Instead of trying to install sqlcmd, install `mssql-tools18` https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/m/mssql-tools18/ This installs to `/opt/mssql-tools18/bin/sqlcmd` [The documentation](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver16&tabs=ubuntu-install) works but is missing 24.04 so needs adjusting slightly.
I have the same problem intermittently (with gnome and xorg but I don't think that matters). When I run it in debug mode and right click inspect element the console...
If you're using structured logging with a log exporter that preserves structure then it's helpful to also test this structure is correct when the logging API is called. For example...
There is an [OpenTelemetry Events API](https://opentelemetry.io/docs/specs/otel/logs/event-api/) that is related to Logs. > An Event is a specialized type of LogRecord, not a separate concept. Which seems to line up -...
Thanks for explaining @cijothomas For what it's worth and in case it helps anyone else, this is what I'm currently doing in a processor that is added before the OTLP...
We were trying to use the evaluation server as an agent because the agent does not currently have the agent mode implemented. and if we could run the evaluation server...