kirides

Results 30 comments of 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? ![image](https://github.com/charmbracelet/gum/assets/13602143/a55eee62-b62f-4559-832f-9dedde167bff) Did you override the default encodings? ![image](https://github.com/charmbracelet/gum/assets/13602143/1afafba6-6436-406a-97ff-551dc960edbf)

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?

`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...