Dan Peterson
Dan Peterson
Once the `freedraw` param has a value, there's no way to grab the map and move it around: clicking and dragging adds new lines. The param value can be cleared...
Somewhat related to #10 but more general: would supporting [plugin config](https://docs.datasette.io/en/stable/plugins.html#plugin-configuration) for describing the default map area be desirable? For example, I'm putting together a database of data entirely within...
It'd be great if there was a `buildpacks:edit` command that was similar to `kubectl edit` and other similar commands: 1. fetch the current list of buildpacks 2. open $EDITOR with...
go1.13 made use of proxy.golang.org and others default, as mentioned [here](https://golang.org/cmd/go/#hdr-Module_downloading_and_verification). We should give people a way to control values of GOPROXY, GOSUMDB, GOPRIVATE, and friends as part of builds....
Given something like this, where `timeout` is an option: ```go func search(query string, timeout time.Duration) {} ``` When it's time to add another option, one might extract `timeout` to an...