Philip Pittle
Philip Pittle
If you haven't already, I'd recommend reviewing Martin Beeby's NDC Talk: [Building a real-time serverless app in Blazor using AWS](https://www.youtube.com/watch?v=W3I8VOCgvys)
`--force` implies I'm trying to get the tool to do something unsafe or something it doesn't really want to do. I feel it's a little un-intuitive to expect a new...
This is an interesting issue. I was about to suggest simply marking this issue as an enhancement as the UI instructions for **Allow media downloads** states: > Book libraries require...
@thornbill - could you weigh in on this issue? Is this a bug or enhancement request?
Possibly similar issue: https://github.com/jellyfin/jellyfin/issues/2410
I also ran into this issue and am trying the workaround: >create a symlink: /var/snap/nextcloud/common/nextcloud$ ln -s /media/.../data Could you add a section to the _Tips & Tricks_ section of...
@TheRealAmazonKendra agree projen's lack of support for the .NET ecosystem means it doesn't solve this issue 😄
Can reproduce issue by slightly modifying [`TestAWSClientInstrumentation.TestSQSSendMessageSuccessful`](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/test/OpenTelemetry.Instrumentation.AWS.Tests/TestAWSClientInstrumentation.cs#L157) ```csharp [Fact] public void TestSQSSendMessageSuccessful() { var exportedItems = new List(); var parent = new Activity("parent").Start(); using (Sdk.CreateTracerProviderBuilder() .AddXRayTraceId() .SetSampler(new AlwaysOnSampler()) .AddAWSInstrumentation() .AddInMemoryExporter(exportedItems)...
NOTE: AWSSDK.SQS 3.7.300 was made minimum in PR #1542
Investigating root cause and fix.