Currently working on Datasette and associated projects. Read my blog or follow @simonw on Twitter.
Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
6,409 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 12 repositories not shown
Created a pull request in simonw/datasette that received 18 comments
Created an issue in simonw/datasette that received 17 comments
Better way of representing binary data in .csv output
I just noticed this: https://latest.datasette.io/fixtures/binary_data.csv
rowid,data
1,b'\x15\x1c\x02\xc7\xad\x05\xfe'
2,b'\x15\x1c\x03\xc7\xad\x05…
- Document recommendations for plugin authors to design URLs
- Column action menu overlapped by Leaflet maps
- Better display of binary data on arbitrary query results page
- Switch to .blob render extension for BLOB downloads
- Documentation and unit tests for urls.row() urls.row_blob() methods
- A new section in the docs about how Datasette handles BLOB columns
- Link to blob downloads in the right places
- Document that datasette.render_template(template, ...) also accepts a list of templates
- Plugin hook for loading templates
- extra_js_urls and extra_css_urls should respect base_url setting
- Add an animation to the column actions menu
- Add horizontal scrollbar to tables
- Make it possible to download BLOB data from the Datasette UI
- datasette.urls.table(..., format="json") argument
- datasette.urls.static_plugins(...) method
- Bring date parsing into Datasette core
- --load-extension=spatialite shortcut
- Add documentation on serving Datasette behind a proxy using base_url
- How should datasette.client interact with base_url
- Fix last remaining links to "/" that do not respect base_url
- Figure out how to run an environment that exercises the base_url proxy setting
- Fix issues relating to base_url
- Method for datasette.client() to forward on authentication
- Add a "delete" icon next to filters (in addition to "remove filter")
- Research: could Datasette install its own plugins?
- Some issues not shown.