Jay Miller
Jay Miller
This appears to be a problem with the custom surface shader. The z-fighting seems to suggest it's coloring the triangles with _both_ colors from the nearby biomes. (But why not...
There are *four* modes available in the library using the [OperatingMode](https://github.com/ladenedge/WebRtcVadSharp/blob/main/WebRtcVadSharp/OperatingMode.cs) enum, but you're right that they aren't as different as one might want. It's an interesting idea to allow...
Oops, looks like a PAT might have expired? >Received response 401 (Not Authorized). Check that your personal access token is correct and hasn't expired.
I'm probably just dumb, but how come the Mac/Linux failures still show a backslash? > The argument '"/Users/runner/work/_tasks/Pester_cca5462b-887d-4617-bf3f-dcf0d3c622e9/10.3.12\Pester.ps1"' is not recognized
Ah, gotcha, thank you. Okay, I'll see about making the quotes conditional on the OS.
Actually, one other thought: would it make sense to make the quotes conditional on a space in the path? How would Linux behave if it were running in a `Program...
Sorry for the spam -- just realized I could try that my damn self! Quotes work just fine for me in Ubuntu. ``` laden@CAST:~$ pwsh "Program Files/hello.ps1" Hello, world! ```...
I'm surprised these tests are failing. I reverted the slash/quote change entirely and just removed an option that [according to the docs](https://nodejs.org/api/child_process.html#child_processspawncommand-args-options) is, "Ignored on Unix." Is it possible the...
Okay, we found a newly failing server and the diagnostic log helped a great deal. It appears we are timing out: > Exporter failed send data to collector to {0}...
> You can increase the timeout period by setting [TimeoutMilliseconds](https://github.com/open-telemetry/opentelemetry-dotnet/blob/46265e3379ed71ef01666af3e13e6f3803510d61/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs#L108) Great info! However, it looks like the default is 10s, so it worries me that we're exceeding that -- especially...