Scott Batson
Scott Batson
When you run the command, `id` is excluded by default (as listed in the `exclude` section in the README. Just run `rake db:seed:dump EXCLUDE=created_at,updated_at` This will exclude the timestamps but...
That's a good workaround for clearing the images, but makes it hard if you want to actually test the notifications in an acceptance test. I had a defaults hash that...
You may be able to `reopen` the flash object and override `timeout` to be conditional. There are some examples of reopening objects on the Ember guides website: https://guides.emberjs.com/v2.10.0/object-model/reopening-classes-and-instances/
Hi @johnunclesam! I think this more a product of the each loop showing the array of flash objects. In your component (where you are most likely injecting the flash message...
> And why if I click to destroy flash the class is not applied? This has since been addressed--exiting class is applied when clicking. We can certainly make the exiting...
Sorry for the mistake. Version 2.2.2 was pushed with the reverted changes. Version 3.0.0 was released
I would ping @stukalin for that contribution. I am really just keeping the lights on as I have admin access until the repo gets transferred. Would greatly appreciate a PR...
> @sbatson5 if you have admin access, could you transfer the repo to me? I can then transfer it to adopted-ember-addons I do not have admin access. Just contributor
`ReferenceError: window is not defined` when creating Book object from path in Node.js due to url.js
It sounds like you are running the app in a Node environment and not in a browser environment (which is where `window` is defined). Epub.js won't work in Node/Express as...
I don't think this is possible. Page size is relative. A page on an iPhone is smaller than a page on a 27" desktop monitor, so you can't properly tell...