nathanhack

Results 22 comments of nathanhack

Your response was amazing! And updating the title works for me. I can't disagree that human-readable errors would be great but doing would require a lot of work. Additionally, thank...

It seems that when doing the `vecty.Namespace()` on nested svgs (like this [example](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg)) it doesn't work well. ``` vecty.Tag( "svg", vecty.Markup( vecty.Attribute("xmlns", "http://www.w3.org/2000/svg"), vecty.Namespace("http://www.w3.org/2000/svg"), vecty.Attribute("viewbox", " 0 0 100 100"),...

For what it's worth I made a simple [svg](https://github.com/nathanhack/svg) lib to work with vecty. The above can be written like this: ``` return elem.Div( svg.Render( svg.SVG( attr.Width(300), attr.Height(100), attr.ViewBox(0, 0,...

Sorry for the delay, from the event card: ``` 2024-04-08 19:26:02 Container image "tensorchord/pgvecto-rs:pg15-v0.2.0" already present on machine 2024-03-30 19:41:15 Back-off restarting failed container immich in pod immich-postgres-7644dbb79b-qp72l_ix-immich(90cecfca-c2f8-4dee-a9a5-df6975382c7b) ``` ```...

I don't seem to have one for postgres ![Screenshot from 2024-04-09 14-17-07](https://github.com/truenas/charts/assets/9204400/7a2b393c-14c2-47d7-8283-9de89de61650) ![Screenshot from 2024-04-09 14-15-40](https://github.com/truenas/charts/assets/9204400/9ae2e96b-60b0-4e5c-a75b-43d4a36ab16b)

``` k3s kubectl delete job -n ix-immich immich-postgresbackup job.batch "immich-postgresbackup" deleted ```

workloads after `delete job` ![Screenshot from 2024-04-09 14-20-54](https://github.com/truenas/charts/assets/9204400/fa4f1ba4-399c-409e-a93d-eb2fbfc9a040)

``` 2024-04-09 14:33:27.574214-04:002024-04-09T14:33:27.574214527-04:00 2024-04-09 14:33:27.574237-04:00PostgreSQL Database directory appears to contain a database; Skipping initialization 2024-04-09 14:33:27.574242-04:002024-04-09T14:33:27.574242790-04:00 2024-04-09 14:33:27.616990-04:002024-04-09 14:33:27.616 EDT [1] LOG: starting PostgreSQL 15.5 (Debian 15.5-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled...

Ok, I'm back on the box and I'm trying to back up all the files, before running the command. It seems like the original images and videos are all maintained...

Yeah I'm not having any luck grabbing the pgvecto running. Is there a way to just run a docker container that has postgress and point to the directory so I...