Ralph Giles
Ralph Giles
I suppose you can draw it into a hidden canvas element? How does the thumbnailing work? https://hacks.mozilla.org/2011/01/how-to-develop-a-html5-image-uploader/ canvas.toBlob() looks like the most efficient interface for getting the new jpeg data...
Media in my timeline on the website is all scaled to 600px width. So if you downsample to 1280 (or even 1920) as a maximum dimension it should be considerably...
@evq is this still waiting on other updates? It's needed to address https://rustsec.org/advisories/RUSTSEC-2024-0344
We should do this, but probably after #35 to reduce noise. Also it should be ```json "local>brave-intl/renovate-config" ``` if such a thing exists, to apply org-level policy.
As far as enforcement goes, there doesn't seem to be a check on the individual field lengths, but [this module](https://github.com/aws/aws-nitro-enclaves-nsm-api/blob/v0.4.0/src/driver/mod.rs#L30), the [python version](https://github.com/donkersgoed/aws-nsm-interface/blob/main/aws_nsm_interface/__init__.py#L20), and the /dev/nsm [kernel driver](https://github.com/aws/aws-nitro-enclaves-sdk-bootstrap/blob/main/nsm-driver/nsm.c#L43) all impose...
If you haven't found a simpler way to check, I think proceeding with a check of the PCR values is fine.
This needs a bump to [`client_golang v0.19`](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md).
Still not sure what's up with the golangci-lint ci failure. Works fine on my machine!
Sounds plausible.
@evq pointed out we already have a grafana dashboard for this using `api_requests_total` and `request_duration_seconds_bucket` metric names.