Tim Fischbach

Results 59 comments of Tim Fischbach

I also think that having a block of prose at the beginning of a group can add a lot of value. I am not sure though the text itself should...

Maybe if it's a good pattern to apply the `@group` annotation via the poster comment, it might also make sense to allow using the description from the poster comment as...

The PR on wavesutfer.js has been merged. Not sure if this is blocked until a version containing the changes has been released. Otherwise it might be worth creating a `0-8-stable`...

Hi Denis, happy to hear you like the gem. Support for a blank option is currently still missing. There is an open PR (#14) that enables Select2's `allowClear` option to...

In my use cases so far, authorization could be handled by limiting the scope to things the current user is allowed to see. So basically everyone was allowed to call...

Hi @alexgreat70, thank you for your contribution. Can you explain the reasoning behind this change?

I tested it and agree that it makes a lot of sense. In the form input case it can be a bit confusing, though, if the underlying select does not...

Since the change makes matters worse in the case of `include_blank: false`, I will not merge the current version. I'll leave the PR open in case somebody else decides to...

Could you elaborate a bit more? I'm not sure, I understand the issue. Haven't worked with multiple selects with this gem myself so far.

Sorry for being super late to respond. The `activeadmin-select2` gem - which this gem is based on - appears to have some support for Select2 tags: https://github.com/mfairburn/activeadmin-select2/blob/master/lib/formtastic/inputs/select2_tags_input.rb. If you do...