Christoph Schmatzler
Christoph Schmatzler
Hi, I am trying to create some components as macros, but I cannot figure out how to use a component inside a component. Let me show you what I am...
Hi! I am trying to use a database with content history. I will just give you how I would like the models to work: ``` class Organization(database.Entity): id = PrimaryKey(UUID,...
Hi! First of all: ``` Client Version: v1.24.2 Kustomize Version: v4.5.4 Server Version: v1.24.2 ``` As described in #80, the `missing prefix hcloud://` is caused by the missing `--cloud-provider=external` flag....
## Basic info **Project name**: OpenRC **Project link**: https://github.com/OpenRC/openrc ## Qualifications [ZeroVer](https://zerover.org)'s patent-pending zero-based versioning scheme can obviously be used by everyone, but not every usage is necessarily notable. Check...
**What steps did you take and what happened:** I'd like to integrate my backup schedule into GitOps - as such, having the schedule as a file to apply is important....
Single-quoting the value makes it impossible to use functions. Instead, the quoting should happen in the parameter to `default()`. This should also close #99.
Phoenix Verified routes cause `The operator '==' on line _ requires arguments of compatible types.`
Hi! Checking out this project and it looks really interesting. Unfortunately, I ran into an issue where having a verified route from the latest Phoenix release always causes ``` lib/_/web/live/__live.ex:...
Initially reported as https://github.com/dj95/zjstatus/issues/65 # 2. Issues with the Zellij UI / behavior / crash ## Issue description When adding a plugin with `file:$HOME/...`, the `$HOME` variable is correctly expanded...
# Context When building a component library, we might want to build components that add state and functionality, but leave the rendering to the user. This is typically exposed as...
**Is your feature request related to a problem? Please describe.** I'd like to have a generic way to create a form for _all_ my resource actions. Right now, generic actions...