James Scott

Results 10 comments of James Scott

Also having a similar problem. Buttons outside of a form inspected by `#select_form` are causing errors to be raised.

I have the same problem but am still on Monterey

Trying to debug this further... * I'm using Kitty installed via Nix (https://github.com/jammus/dotfiles) * I'm generally launching kitty using skhd * The non-tiling behavior happens if I launch using `kitty...

Thanks for taking a look, @cburgmer. We're currently getting around this by explicitly loading the fonts as base64 encoded strings (https://gist.github.com/stefanmaric/a5043c0998d9fc35483d) rather than having the browser fetch them on demand....

Track info should include duration.

Thanks for the heads up, Max. I'll have a look and see if I can see what's happening too.

I'm not seeing this happen. Do you have an example? Might have been a temporary blip

What values are you trying to send?

Other things that work include the `with database.conn:` trick from the `.delete_where` example, or setting `database.conn.isolation_level = None` at the start of the script

I think can close this. This is me just not understanding how sqlite works