Matthias Schmidt

Results 14 issues of Matthias Schmidt

It would be nice to have support for `disabled` on `Form.Input` to be more in line with HTML forms.

bug
enhancement

E.g running `dokku config:set SMTP_URI=srv-v3.example.com` doesn't work. The value won't get set.

I'd love to see support for commands like ``dokku ps:scale web=2``.

The banner is shown/hidden while rendering the page in Rails. I think it's preferable as plain javascript solution that would work with page caching or similar activated. Meaning the banner...

The result is always empty on iOS 14. This is even true for the bundled example project. I did try everything on a fresh project though. I mixed a few...

Retina icons for next and prev arrows. They are loaded directly now with UIImage:imageNamed, so KTPhotoBrowserGlobal is not needed anymore.

Is there a way to trigger requests with digest auth?

Allows users of this library to add headers to the opening WebSocket request. Example usage: ```cpp char* socketHeaders[2][2]; socketHeaders[0][0] = "Cookie"; socketHeaders[0][1] = "mycookie=withValue"; socketHeaders[1][0] = "Origin"; socketHeaders[1][1] = "http://www.example.com";...

When adding text with some UTF8 characters it won't display them correctly. E.g. ö becomes ö

We can already disable fallbacks on instance level: ```ruby I18n.locale = :en post.title_nl # => This database rocks! post.disable_fallback do post.title_nl # => nil end ``` But especially for the...