Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 51 / 104
next »
last »»
TIL
Using pipenv and Docker
— I had [a Django project](https://github.com/natbat/cbwg) that used `pipenv` (in particular a `Pipfile.lock`) to manage dependencies and I wanted to build a Docker container for it.
TIL
actions/setup-python caching for setup.py projects
— I used to use a combination of `actions/setup-python` and `actions/cache` in all of my Python GitHub Actions projects in order to install Python dependencies via a cache, rather than hitting PyPI to download copies every time.
TIL
Lazy loading images in HTML
— [Most modern browsers](https://caniuse.com/loading-lazy-attr) now include support for the `loading="lazy"` image attribute, which causes images not to be loaded unti the user scrolls them into view.
TIL
Writing a CLI utility that is also a Datasette plugin
— I'm working on [dclient](https://github.com/simonw/dclient), a CLI tool for interacting with Datasette instances via the Datasette API.
TIL
Wider tooltip areas for Observable Plot
— In [this Observable notebook](https://observablehq.com/@simonw/mastodon-users-and-statuses-over-time) I'm plotting a line on a chart, but I want to provide tooltips showing the exact value at any point on the line.
Release
datasette-graphql 2.1.2
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release
datasette-import-table 0.3.1
— Datasette plugin for importing tables from other Datasette instances
Release
datasette-copyable 0.3.2
— Datasette plugin for outputting tables in formats suitable for copy and paste
Release
datasette-edit-templates 0.2
— Plugin allowing Datasette templates to be edited within Datasette
Release
datasette-configure-fts 1.1.1
— Datasette plugin for enabling full-text search against selected table columns
Release
datasette-ripgrep 0.7.1
— Web interface for searching your code using ripgrep, built as a Datasette plugin
TIL
Verifying your GitHub profile on Mastodon
— Mastodon has a really neat way of implementing verification, using the [rel=me microformat](https://microformats.org/wiki/rel-me).
TIL
How to create a tarball of a git repository using "git archive"
— I figured this out in [a Gist in 2016](https://gist.github.com/simonw/a44af92b4b255981161eacc304417368) which has attracted a bunch of comments over the years. Now I'm upgrading it to a retroactive TIL.
TIL
HTML datalist
— A [Datasette feature suggestion](https://github.com/simonw/datasette/issues/1890) concerning autocomplete against a list of known values inspired me to learn how to use the HTML `<datalist>` element ([see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist)).
TIL
Writing tests with Copilot
— I needed to write a relatively repetitive collection of tests, for a number of different possible error states.
TIL
JSON Pointer
— I'm [looking at options](https://github.com/simonw/datasette/issues/1875) for representing JSON validation errors in more JSON. The recent [RFC 7807: Problem Details for HTTP APIs](https://datatracker.ietf.org/doc/draft-ietf-httpapi-rfc7807bis/) looks relevant here.
«« first
« previous
page 51 / 104
next »
last »»