Felix Meyer-Wolters
Felix Meyer-Wolters
I've been fiddling with this for a while, but nothing really helped. > Arch (which I know very little about) is very picky about program (dependencies) versions. Sometimes it names...
I have the same issue using `autokey 95.4`. It worked until some weeks ago. I don't know what caused it to stop working. I guess it came with an upgrade...
There is a nice strategy to prevent CSRF attacks called **Double Submit Cookie**. I think it works like this: *login-with* adds a random key to the payload of the JWT...
I have the same issue. What can I do if I don't want to enable `centaur-tabs-group-by-projectile-project`?
`examples_old.py` uses the old customization API. I forgot to remove that file. The new documentation API is documented [here](https://sty.mewo.dev/docs/customizing.html) I'll remove `examples_old.py` soon. Thanks for letting me know :)
> That's a pity. Lazy people like me would like to look at a demo which shows the features of a piece of software before the dive into the documentation....
### Vote for `A)` Give this a thumbs up if you think sty should go with `A)`.
### Vote for `B)` Give this a thumbs up if you think sty should go with `B)`.
@daxxycodes This would add a lot of complexity to sty and I'm sure it would hit hard on performance as well. It would also be difficult to keep sty thread...
Thanks for your suggestion! I really don't think it's good practice to mess with globals such as `sys.stdout` / `sys.stderr` for some styling convenience. ^^ But if people really want...