Emelia Smith

Results 190 issues of Emelia Smith

Currently when you want to work with media stored on an S3-compatible storage solution (AWS S3, DigitalOcean Spaces, Minio, etc), you need to either use presigned URLs and use the...

hma

Whilst HTTP Requests for doing hashing does work, it may be better to use a durable queue for requests, such that failures can be more easily retried. One such option...

wontfix
hma

This may be a documentation issue, or perhaps it's just how the containers are built, but when trying to work with HMA using the container image, I found that I...

hma

This is a **breaking change.** Provides the ability to have a `:latest` tag for each container image, without having to hardcode a specific tag like `ghcr.io/bluesky-social/indigo:bigsky-e36aef2511fe65402e2ddae872b09df27d8ad56d`. Currently there's no way...

Hi! I'm trying to replace `c8` in [Hollo](https://github.com/fedify-dev/hollo) with borp; we were already using `node:test` and need an `--env-file` to be passed, but currently I'm struggling to even get borp...

Hi, currently this project doesn't use either the GitHub Security features nor have a Security.md or other information as to how to responsibly disclose security vulnerabilities to you. Whilst I...

project meta

Currently when using the exporter process for multi-process exporting (e.g., from puma or sidekiq), the only way to configure the exporter is via command line flags. It'd be useful, particularly...

I've just created a new package using `bundle gem --ext=rust pdqhash`, then I've run `bundle install`. When running `bundle exec rake compile VERBOSE=1`, I get the following output: ```shell $...

### Summary Currently all the vocabulary lives in the following: ``` import * as vocab from "@fedify/fedify/vocab"; // or import { Object as ASObject } from "@fedify/fedify"; ``` To support...

type/refactor
component/vocab
difficulty/advanced
breaking change