Storm

Results 12 comments of Storm

I am having this same issue. For me it is setting the cookies path to the current path which deletes it right away. If I manually set the path using...

I think I found the source of this issue while looking for a solution to my own problem. https://github.com/markbates/goth/blob/f347ee3e9478c9dee76c03d842220a14715cb3e6/gothic/gothic.go#L209 This line is called every time you call CompleteUserAuth. It tries...

I had a similar issue and from what I could tell the reason you are logged out here is the current stored session only stores the state to compare with...

Same issue, I have started looking through the code to find the issue. My initial thought is it has something to do with [cssutils](https://github.com/jaraco/cssutils). So I upgraded to cssutils version...

After looking into this a little more it seams like an issue with Font Awesome and the way it is being called. Bars is being used as a fall back...

@Chat-mots I think you are on to something here. If you move 'Font Awesome 5 Free' to the front of the list you will notice that the text font changes...

I fixed the issue for myself but it required changing the core code. I use waybar on Arch also and waybar separates icons and labels. So I modified the code...

Right now mine is just a workaround however I'm still working on it and will try and get a PR in. Its only the second time I have written in...

Did you call the fonts directly in the CSS for each class? I think that was what I had done initially. I'm looking through the QT6 docs right now I...

Sorry @donkee I have since switched back to full Arch Linux and don't have the code anymore.