Georg Leciejewski

Results 7 issues of Georg Leciejewski

Such only occurs on multi-select dropdowns which do not closeOnSelect. 1. when the mouse hovers over an input the hover class is set on the wrapping element. 2. select multiple...

I am using custom fields (object properties besides id and text) in my result items to add some sugar in the templates e.g. to show an icon or sub-texts ....

This is probably a leftover from the early days. Ch now has a [bool column type](https://clickhouse.com/docs/en/sql-reference/data-types/boolean) which still uses uint8 under the hood: https://github.com/PNixx/clickhouse-activerecord/blob/master/lib/active_record/connection_adapters/clickhouse_adapter.rb#L107 Should probably be changed to ```...

- adds the option to encrypt the cookie containing the remember token - implemented on the same schema as signed_cookie method - overrides the signed_cookie setting of booth are present...

Just a hint: In case you want to switch from this method to the new rails internal nested model form check out this fork: http://github.com/odadata/attribute_fu/commit/a0402d12f2d380d8decc82bdfbcc5d8a0a185524 or this gist (without js...

@VidurMalik added a change for nested objects, which are not present in the output json when nil: https://github.com/salesking/json_schema_tools/pull/19 Still need to handle the other field types: plain properties & nested...

enhancement

When starting for the first time without running workers an error is thrown and stops the whole pool from running: ``` bundle exec resque-pool => calls reaper gems/resque-pool-0.2.0/lib/resque/pool.rb:243:in `reap_all_workers': You...

bug