Hugh Francis

Results 85 comments of Hugh Francis

Thanks @markdavies for the fork! Looks like the new version of the wysiwyg js paired with: ``` rb ActiveAdmin::Editor.configure do |config| config.parser_rules['tags']['a']['check_attributes'] = { 'href' => 'href' } end ```...

Thanks @sredman - for anyone else who runs into this, I: - forked the lib - added the repo as a submodule to our mono-repo - changed the buildstep to...

@heycarsten that's cool man it still works really great! I do still use it (alot) in Ember CLI apps and for the most part it's great! I'm just a lil...

Haha well don't stress! I'm not blocked! I found a work around that's not ideal but works fine! Right now - it looks like this: ``` fsmStates: { initialState: IDENTITY,...

Thanks @mrkurt - this approach requires read/write splitting in the implementation code though, right? ie - it's not what you'd called "active-active", and would require that your reads hit a...

Thanks @mphasize - I saw that talk live and it BLEW my MIND However, the `meta` issue you're having isn't related to this. Please open a separate issue and I'll...

Woah On Wed, Sep 5, 2018 at 11:27 AM Nick Schot wrote: > I just open sourced a WIP of 'ember-model-select' which retrieves options > based on a model (and...

Yeah was actually just thinking about this... The spree_api_v2 gem is all JSONAPI, and I'm looking to get it working with Spree Ember (and Ember Infinity!) will think on it...