datasette-lite icon indicating copy to clipboard operation
datasette-lite copied to clipboard

Datasette running in your browser using WebAssembly and Pyodide

Results 27 datasette-lite issues
Sort by recently updated
recently updated
newest added

https://twitter.com/derjan/status/1521896354745921537 > Is it a PWA that I can "install" and use offline? No reason at all it shouldn't be able to do that. For it to be useful I...

enhancement
help wanted

Many Datasette plugins won't work, but a few might. Supporting `?install=datasette-json-html` would be a neat way to try them out.

enhancement
research

Relates to plugins challenge: - #5 The `table.js` script used by the table page doesn't load at the moment, which means no cog icons on the columns: ![CleanShot 2022-05-02 at...

bug

Eg on https://lite.datasette.io/?url=https%3A%2F%2Fraw.githubusercontent.com%2FNUKnightLab%2Fsql-mysteries%2Fmaster%2Fsql-murder-mystery.db#/

bug

Compare these two screenshots, in particular the buttons in the filter: ![535FFF09-23D1-4705-BAB9-687B4AA76DCD](https://user-images.githubusercontent.com/9599/184524803-6fd7a8d7-2efd-4cc8-b14e-45ba512549b5.png) ![9A6ABFB2-35F6-4072-B9D6-AD220152F18D](https://user-images.githubusercontent.com/9599/184524829-820433c7-48e5-47f6-b30d-eb05d1f01e58.png)

bug
enhancement

It's compiled to WASM by this project: https://github.com/jvail/spl.js WASM blob here: https://github.com/jvail/spl.js/blob/main/dist/spl.wasm Would be amazing to figure out how to load this as a Python module, as seen in https://docs.datasette.io/en/stable/spatialite.html#spatial-indexing-latitude-longitude-columns

enhancement
help wanted
research

https://twitter.com/BardakciBaba/status/1521927918603145216 > Impressive! Does it download the whole database or only the bits sqlite actually needs - possibly via http range requests a la https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/ Right now Datasette Lite downloads...

help wanted
research

Not actually uploading it to the server, but opening it through the browser file open UI - like https://squoosh.app/

enhancement

I'm seeing that error message on this page in Firefox right now: https://simonw.github.io/datasette-lite/?url=https%3A%2F%2Fglobal-power-plants.datasettes.com%2Fglobal-power-plants.db I've not seen it before. It's blocking the page from loading:

bug

If you click several links in quick succession on an expensive page, e.g. https://simonw.github.io/datasette-lite/?url=https%3A%2F%2Fglobal-power-plants.datasettes.com%2Fglobal-power-plants.db#/global-power-plants/global-power-plants?_facet=primary_fuel&primary_fuel=Wind&_facet=geolocation_source&_facet=generation_data_source - it's possible that a message will return out of order and the page will render...

bug