tf13

Results 9 comments of tf13

FWIW, I like the idea of a default in-memory database for datasette — a kind of scratchpad. But I take your point that users could be put off by its...

Sorry — you meant to essentially "export" tables you want to move from memory to disk. That works. I'm not sure it solves the question of what to do with...

Hi. I'm still/again having this problem. If there's a way to send an extract of the data, I have an 8-row sample file that chokes on an É (u'\xc9') when...

FWIW, I think I traced my issue to a locale problem -- for some reason, the csv writer looks at my locale, and decides I should be using ascii. Passing...

Using `or` works. Pretty sure I found the `&` / `|` syntax in the documentation.

Yes. Sorry -- should I do that? Unless maybe the docs need editing to reflect this?

Any progress on this? It would be very helpful on my end as well. Thanks!

Two related items: I can't get the custom links to display icons; and it would be nice to be able to define links across projects, rather than on a project-by-project...

It's hard to say, since I'm just getting started implementing semantic search (but I have big plans...). I think I'd want to be able to process a bunch of texts,...