TommyN
TommyN
#### Description A SVG with multiple tspan elements below a text-node doesn't render correctly when converted to PNG. Below is a simple reproduction SVG using text-anchor "middle", and "end" each...
#### Description I'm using the SVG.NET library to convert SVG to PNG and I have an issue with wrong font being picked. Here is a simple example to explain my...
Error message: > The runtime parameter of dotnetcore2.0 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (dotnetcore2.1) while creating or...
### Describe the bug We have a net6.0 Lambda function (512MB Memory) with a timeout set to 2 seconds. For some reason the timeout value doesn't seem to be respected:...
Modifying the `FirebaseMessaingClient.SendAsync` and adding new Version(2, 0) should allow HTTP/2 to be used. ``` ... var request = new HttpRequestMessage() { Version = new Version(2, 0), Method = HttpMethod.Post,...