Romain Clement

Results 15 issues of 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...

bug
enhancement
discussing-design
command:deploy

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...

good first issue

### 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...

enhancement
container
function

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...

enhancement
good first issue

## 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...

enhancement

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]...

enhancement
help wanted