Michael Plaisted

Results 50 comments of Michael Plaisted

This is a valid error for the file. It will throw an error in Acrobat as well if you got to the page (8 I think?). It's missing the font...

Please note the *.deps.json also does not always provide the correct version of the assemblies / dependencies. Under some circumstances the lowest compatible assembly version is included in *.deps.json which...

Some spinoffs that have some overlap with above: - [ ] Type 0 TrueType collection files - [ ] TrueType collection files - [x] Type 0 OpenType - [ ]...

- [x] Implement vertical fonts from charmaps (issue2829)

@DmitriyLewen I don't know enough about the `deps.json` to suggest the best way to do this. You would need to get feedback from someone on the dotnet team. A potential...

> Very strange that the lock file does not contain `System.Private.Uri` It also doesn't have `runtime.any.System.Runtime` and `runtime.unix.System.Runtime.Extensions`? > > UPD: i installed `dotnet add package runtime.unix.System.Runtime.Extensions --version 4.3.1` in...

> As we [said](https://github.com/aquasecurity/trivy/issues/2706#issuecomment-1311934176) this is wrong logic. I updated my statement to reflect your findings. Those must get added as transitive under some circumstances (maybe referencing .net framework /...

I've been struggling to get the suggested alternative (ip based) solution working with ipv6. Are there guidelines anywhere for troubleshooting this? Logs from `aws-load-balancer-controller` seem okay without errors, The load...

I was able to get this working with pretty minimal changes. I'll push it somewhere in case anyone wants to replicate until it's officially supported.

Certainly not hardened but is working for my use case of returning dynamic http content from a lambda URL: https://github.com/plaisted/aws-lambda-dotnet/commit/3d45f5a3db8e98030b502ca9574b6cf36ff2c5cc Usable by returning new `StreamedResponse` class which is a basic...