Dieter Lunn

Results 13 issues of Dieter Lunn
trafficstars

Thank you for the work you guys do to help the community make everything better. I would like some assistance with the README I have for one of my projects....

Turbo uses the `DELETE` verb directly so when redirecting with a 302 it retains that verb and the routing fails. This change will use status 303 which will force a...

Adds support for the annotate_rendered_view_with_filenames configuration option added in Rails 6.1 as requested in and resolves #867. I tried a few different ways before coming to this. If there is...

I updated the dependency versions to the latest versions and updated the code so the sanity checks passed. There are still some issues with the app displaying properly that I...

Implement the service discovery XEP according to the pdf in documents.

feature

Implement entity capabilities according to the pdf in documents.

feature

Read the pdf in documents for more info.

feature

Add an option to use floating labels from bootstrap 5, still requires the user to add a placeholder to their fields.

**Description** Deprecation warning with current Meilisearch Ruby version says that attributes will need to be snake_case in future versions. **Screenshots or Logs** ``` Attributes will be expected to be snake_case...

bug

Current version apparently uses `which` to locate the mjml binary, however if it is not installed on the system the app will not boot and throw an exception.