lew

Results 22 comments of lew

on launching the game, i have no text on the menu's and the game hangs when i press what would be play game i5-4690k r9 390 8GB ram

You're able to edit the style for the individual lists, it's in `app.css` ```css .list__1 { grid-column: 1; grid-row: 1 / span 2; } .list__2 { grid-column: 2; grid-row: 1...

I don't believe this is a default feature, unfortunately. If you'd like to add another column, you'd have to change the HTML generation in `lists.js` or `buttons.js` to add another...

Ah, that would have saved me a while. Does this sync the theme from location automatically, or just pull it from the OS's theme? I don't use auto light/dark on...

Sounds good! Not a problem. I'm maintaining my own fork at [lewisdoesstuff/bento-next](https://github.com/lewisdoesstuff/bento-next) with any features that are out of the scope of this, feel free to grab anything you think...

@dreamhopping You can find the changes in the repo OP linked: [https://github.com/MohamedAliBouzaiene/Bento](https://github.com/MohamedAliBouzaiene/Bento) It's a little behind upstream (this repo), but you should be able to follow the install instructions as...

@dreamhopping ah no worries, if you want a hand setting it up drop me a dm and i'll go through it :)

Not a solution, but I worked around this by catching the error returned by `token.getWithoutPrompt`, checking if it includes 'MFA', then calling `token.getWithPrompt` with `{ prompt: 'consent' }`. This doesn't...

> before CVEs start dropping up against the abandoned library. Looks like that's now, found in [python-ecdsa](https://github.com/tlsfuzzer/python-ecdsa/security/advisories/GHSA-wj6h-64fc-37mp). Are there any plans to use the `cryptography` build of `python-jose`, or migrate?

Yet more vulnerabilities discovered in `python-jose`. We could _really_ do with a PyJWT build of this