Damien White
Damien White
I'm only having an issue with iOS. I'm passing the following to the `stat` function: ``` file:///Users/me/Library/Developer/CoreSimulator/Devices/D985B302-5A79-467F-8B34-EABD4B203A69/data/Containers/Shared/AppGroup/9EDB46BD-9880-46C2-BF54-44247F2BD974/5D3C9ECA-3719-44D3-AD2A-0C7AA7E65E72.JPG ``` It returns with a `ctime` and `mtime` of the current time/date, not...
I'm using ember-power-select with an external button to open/close the drop down. I'm calling `dropdown.actions.toggle()`, and it opens just fine, however, on the second call which should close the drop...
This PR adds the ability to capture the text input for the default Share View that is in iOS. Shows up as `userInput` under `extraData`, like so: `"extraData": {"userInput": "What...
- Upgrade to EF5 with support for .NET 4 and 4.5 - Ability to use an existing context within a hook (this is from an old pull request) - Support...
Because of this change: https://github.com/emberjs/ember.js/issues/10714, ember-flash-message doesn't work with Ember 1.11. The simple fix here works with both 1.10 and 1.11. Note, I had to tweak `ember.js` because `App.reset()` is...