Markus

Results 43 issues of Markus

This can make to work with script's events easier (in particular when listening to the general `nested:fieldAdded` but still finding the correct `link_to_add` and `link_to_remove`).

Makes it explicit that `dalli` or `redis` are used. Any maybe `suo` will drop the dependency on it, see https://github.com/nickelser/suo/pull/18, so we are prepared.

Would be nice to have this configuration options. Do you think like this, too, @nickelser? I can add some specs and documentation if you think this could be merged.

[redis-namespace](https://github.com/resque/redis-namespace) is a tiny wrapper around redis-rb that adds support for namespaces. It behaves exactly the same as redis-rb, so it should be supported by this gem. This PR adds...

This way, all options can be changed dynamically even after initializing

I have a model `Post` with a `title`. The title can be correctly translated to other locales by mobility, for example with `title_de`, `title_fr`, ... etc. For each `Post` there...

feature
question
active_record
query_plugin

## Environment - Ruby **2.5.3** - Rails **5.2.1.1** - Simple Form **4.1.0** ## Current behavior The `disabled` option seems to be normalized before it is passed down to Rails' tag...

needs debugging

To run jest in vue-cli apps, one cannot use `jest` directly (see [explanation](https://www.npmjs.com/package/@vue/cli-plugin-unit-jest)): > Note that directly running jest will fail because the Babel preset requires hints to make your...

enhancement
feature

According to the [ruby-style-guide](https://github.com/bbatsov/ruby-style-guide#user-content-no-double-indent), it would be nice if indentation could do this automatically: ``` ruby method key: :val, key2: :val2, key3: :val3 ``` Currently it does (with 2 spaces...

indent

Fixes #190 Makes use of `**kwargs` everywhere so it is compatible with ruby 3. Unfortunately this does not work with ruby 2.6 and below, so I dropped it. It could...