Andrew Wheeler(Genusis)

Results 95 comments of Andrew Wheeler(Genusis)

yeah the design wise is what I was referring too. not to using them directly. To do CSRF correctly you will need some kind of local session storage per user....

the issue is as you say. The cookie itself cant exist for multiple tabs. The best way to go about this would be to implement A session layer that can...

@imbolc ### **_Do I understand correctly that you don't see other issues with the implementation? I mean isn't this one seems negligible? I'm not sure it would ever occur in...

if your not worried about it then I would not make it overly complicated. I do know one of the biggest challenges has always been tabbing. It was just to...

The token method I mentioned isn't to Keep the token after its been used but rather Keep the token during the phases in which need it unless you otherwise change...

Currently hector has kindof made layering possible with the ability to create more layering structs which is helpful for fixing the overlay issues. Event wise the Zlist/Focus would generally be...

thank you for interest in the library. Currently we just accept and add in user made controls to iced_aw and upkeep the ones that currently exist. If you would like...

I'm not sure if it works for all Os's or not. as mostly they design stuff for their own Linux OS.

this sounds like either the screen format is wrong or not supported, its attempting to use wgpu Opengl and missing features, a bad driver for the nvidia, or its using...

ahh, I think I get what you mean, drag scroll via grabbing a button and scrolling up or down is not working. and yeah I doubt it would since in...