Christian Winther
Christian Winther
### Current `cf-terraforming` version Any ### Description I would love to see `cloudflare_tunnel_config` supported in both `import` and `generate` operations ### Use cases Want to manage them in TF ###...
Hello 👋 First, thank you for an amazingly useful project 🎉 It would be fantastic if there was a `WordWrap` function that would break up strings by a max-length, but...
For Pixelfed users/forks that uses a modified frontend, this will allow them to use the new Docker setup out of the box. #### With `DOCKER_APP_BUILD_FRONTEND=0` (default) By default no building...
## what Adding automatic testing for the container image to avoid regressions like #4439 and #4458 ## why Testing is good ## tests Running the tests in CI ## references
👋 Hello, I got the following error with this expression: `merge_request.state in ["merged", "closed"]` `reflect.Value.MapIndex: value of type gitlab.MergeRequestState is not assignable to type string` It would be very nice...
Hey! Thanks for a ✨ fantastic ✨ project; very very cool to use and easy to extend - been quite a fun experience implementing it into [jippi/scm-engine](https://github.com/jippi/scm-engine)! I'm using mkdocs...
First off, thanks for a great library 🎉 I'm currently working on integrating this into my project [dottie](https://github.com/jippi/dottie) and this is the accumulated fixes / improvements i've made along the...
### What happens? When using a constructed field (e.g.`WHERE CONCAT('my_', 'id') IS NOT NULL`) I get `rt_fetch used out-of-bounds` when `paradedb.enable_custom_scan` is `true` ### To Reproduce ```sql CREATE EXTENSION IF...
### What happens? Using `pg_ivm` and `pg_search` fails on updating records. I'm using `pg_ivm` version `1.10` on Postgres 17 ### To Reproduce ```sql CREATE EXTENSION IF NOT EXISTS pg_ivm; CREATE...
### What happens? Unsure if user error, so reporting it just in case. * When using `@@@` and phrase query syntax, I get results * When using `@@@` and query...