jekuno

Results 22 issues of jekuno

Is `Milk` still being actively maintained? The last commit has been 3 years ago.

The gem config allows to run `rake bower:resolve` upon asset precompilation as stated in https://github.com/rharriso/bower-rails#configuration. It would be helpful if there was an additional configuration to run `rake bower:resolve` upon...

In 2015 I accepted the invite of @dsaronin to continue his `milia` gem. **Starting from 2017 I did not manage to keep up with maintaining this gem for various reasons....

Call for action!

Currently you have to manually add relations such as `has_many :animals, dependent: :destroy` for all tenanted models to `tenant.rb`. **Idea**: Extend milia to automatically add `has_many :my_tenanted_model, dependent: destroy` associations...

Enhancement

I have a superuser which belongs to several tenants. Data such as `first_name` and `last_name` are kept in a separate `members` table as recommended. I understand your explanations in https://github.com/dsaronin/milia#inviting-additional-usermembers...

Question

I've been playing chess for many years but am a beginner with Lichess. I invested lots of time trying to find a tutorial on how to start with Lichess. Neither...

non technical

In https://github.com/gmac/backbone.epoxy/blob/master/backbone.epoxy.js#L1387 you check for the length of the triggers array. However it seems as if it only gets initialized with a blank array but nowhere gets set at all?!

The current implementation of the `integer` bindingFilter returns `0` for empty strings which is ok. see: https://github.com/gmac/backbone.epoxy/blob/master/backbone.epoxy.js#L962 I want to add a bindingFilter which returns undefined for empty input fields...

There's a bug in Epoxy with model attributes called `length`. Let's say I have an app which stores measures of vegetables e.g. `weight` and `length`. The default Epoxy setup doesn't...

It would be nice if `gem-release` would offer an option to also create an according new github release when using the `gem release` command (e.g. via `gem release --github`). Github...