Romain Clement
Romain Clement
When using the Swift backend with some provider, some more options might be required. For instance, when using OVH Object Storage service, OpenStack Swift Authentication v2 is required along with...
Would it be possible to provide an option to skip deployment logs? Having an option such as `--skip-logs` to launch deployment commands (`clever deploy`, `clever restart`) making the commands exit...
Some ideas for other visualization types: - [x] Table of results - [x] Leaflet maps - [x] Single metric (with unit / prefix / suffix) - [x] Text : plain...
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_hooks.html) would allow other plugins to implement rendering engines...
Documenting the configuration of this plugin in the README was nice at first, but the more options added the less it becomes readable. And when adding generic widgets and such...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
It would be nice for `datasette-lite` to be distributed as a Python package like `jupyterlite` in order to build a `datasette-lite` website distribution, instead of having to fork this repository....
`faker` dependency is updated too often and brings noise to Renovate auto updates. @havef suggests to limit the update frequency using [Renovate configuration](https://docs.renovatebot.com/key-concepts/scheduling/#schedule-when-to-update-specific-dependencies). For instance to update the package monthly...
## Context - It would be nice to set a default value for date-based filters such as "Last Month", automatically adjusting the dashboard given the current date - When exploring...
Add an option to select filter type allowing to select multiple values. Example: ```yaml ... filters: source: name: Source type: select multiple: true options: [Source 1, Source 2, Source 3]...