Michael Manganiello

Results 65 comments of Michael Manganiello

I just rebased, after knowing about #34 being merged.

RomM uses [md-editor-v3](https://imzbf.github.io/md-editor-v3/en-US) for Markdown rendering, where those ``` blocks are code blocks which support features like code folding, content copying, and syntax highlighting based on the selected programming language....

The approach we have in mind to avoid using relative URLs and support other download flows in the future, is for the Tinfoil feed endpoint to pre-sign each download URL...

This should have been fixed a while ago, in #1077. Do you use any custom nginx or Gunicorn configuration?

@starkmapper thanks for investigating the underlying issue. I don't think your recommended solution is something we could merge, as it would break X-Forwarded-Proto when Nginx is accessed directly without an...

Gentle ping to consider this PR. It would avoid requiring a fork on our end just to manage GPU-based workloads.

I've seen a more aggresive bot configuration to close unmerged and unreviewed changes lately. Does this mean CloudPosse is slowly reducing maintenance for many of their Terraform modules?

We at [RomM](https://github.com/rommapp/romm) have forked `py7zr` especifically to use this in-progress PR, as we needed to stop getting OOM issues during decompression. I'm commenting here in case the implementation we...

This is a good approach for APIs that throttle requests and could end up returning 429's to JWK fetches, when multiple workers run concurrently. At the moment, the hacky workaround...