Toby Champion

Results 16 comments of Toby Champion

I'm currently on a consulting project this year (2022) that is using this project extensively. I'm beginning spot things I'd like to improve or fix in the package and would...

On [Jump Desktop](https://jumpdesktop.com/) on macOS, what worked for me was unchecking the `Mouse: Cursor updates` item in the `Keyboard & Mouse` menu.

Something like this sounds like a good idea. But what's the exact problem this would be solving? Is it so users don't need to download the Wasmtime library? Having to...

@alexcrichton also addresses distributing binary wheels in [a comment on another ticket](https://github.com/bytecodealliance/wasmtime-py/issues/10#issuecomment-632347602).

Ah, I misunderstood what this ticket was about. I think that's because I've never published a wheel, and forgot that these days they're not just about packaging binaries, but about...

Hi Alex (and Will). As I promised in my email a few days ago I've just submitted a PR... so hopefully I'm more welcome to chime in here as a...

Disabling smart quotes entirely is probably the way. If you really want m-dashes or n-dashes you can just put them in the text. And the sort of people who use...

Just noting that the fix @simonw mentions is [here in datasette-edit-schema](https://github.com/simonw/datasette-edit-schema/blob/a24a963a55a8358614414bac6219287ab5882d72/datasette_edit_schema/__init__.py#L381). I'm using views that reference tables that are changing, so I'm likely to want this fix.

The [documentation for the `legacy_alter_table` pragma](https://sqlite.org/pragma.html#pragma_legacy_alter_table) states that the behavior it controls is per-connection, and not persistent. Regardless, using the pragma seems a bad idea to me, because: - the...

I, too, am unable to replicate this issue. I've tried doing what Simon did above, and opening a local file on my machine. I used a fresh install of `sqlite-utils==3.33`...