-
So far I've noticed weenie string props are missing but I'd guess more are. They're exported from MySQL and just not showing up in Datasette.
-
In #168, we ramped down to barebones maintenance and minimized what services we were running in production. That’s served the project well for the first half of 2023, but funding is drying up and it’s…
-
I added parallel SQL query execution here:
- https://github.com/simonw/datasette/issues/1723
My hunch is that this will take advantage of multiple cores, since Python's `sqlite3` module releases t…
-
As proposed by @20after4:
- It would be nice if `datasette-dashboards` would support custom chart rendering engines
- Using [Datasette plugin hooks](https://docs.datasette.io/en/stable/plugin_hook…
-
Hi,
thanks for this project that I exploring for an SQLite quick frontend.
So, is there a way to paginate large tables?
As it's mentionned in the wishlist/roadmap (#69), I guess it's not...
-
Label detection doesn't work if the primary key is called pk rather than id, so this page doesn't work: https://latest.datasette.io/fixtures/roadside_attraction_characteristics
Code is here:
h…
-
It would help with debugging to see the browser window while shot-scraper is working, and perhaps keep it open when an error occurs (or a screenshot is taken).
This would make debugging easier as I…
b-a0 updated
6 months ago
-
I find myself wanting to convert data from CSV into other formats pretty often - it's one of the features in my `sqlite-utils memory` tool, but this tool looks like it might be faster and more appropr…
-
In this NICAR workshop: https://github.com/dwillis/shot-scraper-nicar24
This code: https://github.com/dwillis/shot-scraper-nicar24/blob/main/demo.py
```python
def shotscraper_card(team, season)…
-
I've been leveraging your llm, strip-tags, and ttok tools and this is the perfect addition! Thank you @simonw!
I have been toying with the reverse of this, where we can pipe typical LLM responses …
eddie updated
6 months ago