Husam Bilal

Results 8 comments of Husam Bilal

I checked the behavior of `json` and `jsonb` columns without using attr_json, both behaves as expected, so I think this issue is caused by attr_json.

My use case is some kind of inheritance where the inherited model apply some modifiers to its parent, so the logic dup (or clone) the parent and then apply the...

Maybe if you have multiple levels of admin users (admin and super admin for example) and each level should see different set of dashboards, so `app/dashboards/admin` for admin users and...

Will this be fixed? Is it consider a bug or this is how AASM should work? I've been using [this](https://github.com/husam212/aasm/commit/f61586e0682d14f560045eb1c2aa8098c738c892) change as for some time and it semes to work.

@anilmaurya nop, test failed, it is explicitly expecting the event name to have exclamation mark. https://github.com/aasm/aasm/blob/97e1fa501d1ffcc58ef0b22e51c777b9bbceca08/spec/unit/event_spec.rb#L295

I've fixed it by monkey patching ActionCable in initializer. ``` module ActionCable module Channel class Base alias perform_action_without_rollbar perform_action def perform_action(*args, &block) perform_action_without_rollbar(*args, &block) rescue Exception => exception Rollbar.error(exception) raise...

Changing `solargraph.externalServer` config to 127.0.0.1 instead of localhost fixed the issue, not sure why.

You must load `res_hep_pjsip` or `res_hep_rtcp` for HEP to work in Asterisk, currently there's no support for `chan_sip` module.