Jannis Mattheis

Results 44 issues of Jannis Mattheis

My current workflow for changing my config is ``` $ chezmoi edit --apply ~/.config/some/config ``` then I've to write quit my `$EDITOR` to apply the changes. It would be cool,...

enhancement

It would be great if this tool could be supported on linux systems. This would probably require a rewrite of the gui part to use some kind of abstraction that...

enhancement
help wanted

With #18 a compile error was fixed, but not in the most optimal way, because it produces an unnecessary allocation in the error case. https://github.com/jmattheis/goverter/blob/5dba9cdc1fa7571c261721ad5a95649657883f27/scenario/3_struct_extend_pattern.yml#L45-L55 Currently, goverter doesn't know if...

enhancement

https://github.com/screego/server/issues/103#issuecomment-948787550 To prevent a breaking config change, I think a new setting like SCREEGO_REQUIRE_LOGIN_ON=create / SCREEGO_REQUIRE_LOGIN_ON=create-and-login should be added.

a:feature

The extras should be declarable via query/form params, otherwise the user must build JSON to set extras which is not really convenient. I'm okay when some complex settings are only...

a:feature