tfolbrecht

Results 5 comments of tfolbrecht

@fastfists How do you want this to work? Do you want to trigger the downstream trieve-ruby-client build job after new PR's hit main from the trieve repo?

That's where it's placed when you use `go get` on github repo You can use an alias in your import statement it if you want to use a specific name.

Does setting it to Portrait work? `gnome-control-center display` GUI: Settings -> Display

* [X] keycloak (baked configs from keycloak dir * [X] server-no-ocr * [X] server-ocr * [X] ingest * [x] splade-embeddings (download models with user's hugging face api key) * [x]...

Confirmed objects are taggable, Mitigating for now with ``` hcl resource "aws_s3_object_copy" "copy-object-to-bucket" { bucket = "${aws_s3_bucket.target-bucket.id}" key = "targetobjectkey" source = "sourcebucket/sourceobjectkey" lifecycle { ignore_changes = [tags_all] } }...