kirides
kirides
Easiest would be to reduce the blur `scale`, though you will have a lower resolution render then. (jagged edges while underwater) One could add a extended-menu option of type float...
piping gum format to gum style works fine ```powershell echo "* List" | gum format | gum style --foreground "#FFF" --border-foreground "2" --border double --align left --width 100 --margin "1...
What Powershell are you using?  Did you override the default encodings? 
This is an inteded feature if you are playing GMP. When having GMP installed, the Renderer does some sort of "cheat prevention" by limiting a few of the options. If...
Spielst du mit GMP? Falls ja, dann kann dieses Issue geschlossen werden.
have a look at [Choosing Parameters](https://argon2-cffi.readthedocs.io/en/stable/parameters.html)
I don't plan to implement it. As that would require more work and validation which i can't provide for a software version that i can not get anywhere to buy...
Is that G1? G2? A Mod?
What is "dlc"?
`sqlite-net-pcl 1.7.335` i can not reproduce the problem by using the database like this: ```cs public class TestObj { [PrimaryKey] [AutoIncrement] public int Id { get; set; } public string...