Results 17 issues of Steel

https://github.com/SteelAlloy/thumbor-rs ```rust use thumbor::Server; let server = Server::new("http://localhost:8888", "my-security-key").unwrap(); let endpoint = server.endpoint_builder() .resize((300, 200)) .smart(true) .build(); let url = endpoint.to_url("path/to/my/image.jpg"); ```

Hey there, Bon is great but it still feels weird to write `.property(true)` for booleans and I feel that an option to shorten this usage would be a nice addition....

feature request

### Describe the current behavior Hi ! This may be a regression, all my instances are on the latest version of peertube so I can't test on an older version....

The `ignore` option is ignored when enabled. ```shell ❯ katenary convert -c compose.yaml -o ./chart ❯ ls chart/templates/gitlab-postgres configmap.yaml deployment.yaml gitlab_postgres.volumeclaim.yaml service.yaml ``` Reproducible example : ### `compose.yaml` ```yaml services:...

bug
partially fixed

When installing the chart generated by Katenary, Helm throws the following error : ```shell ❯ katenary convert -c compose.yaml -o ./chart ❯ helm upgrade --install gitlab ./chart Release "gitlab" does...

bug

## Description When using the `pg_trgm` PostgreSQL extension, I'm not able to run the `migrate fresh` command. ``` Dropping all types Dropping type 'gtrgm' Execution Error: error returned from database:...

https://github.com/SeaQL/sea-orm/issues/2610