Elad Ossadon

Results 57 comments of Elad Ossadon

Text inputs on Mac apps have this ability in the context menu: ![screen shot 2015-11-30 at 1 13 56 pm](https://cloud.githubusercontent.com/assets/51488/11484685/42bec902-9764-11e5-88cf-35202bc4d63d.png) But seems like N1 overrides this menu ![screen shot 2015-11-30...

Is it a limitation of Electron? The screenshot was taken from Safari, and Chrome has it on all inputs too.

[Lyft](https://www.lyft.com/)

This worked for me, with both screenshot & video. There was a missing string replace on the `test.title` in the original code. Also paths depend on where your screenshots/videos go....

Sounds like it can be achieved with another adapter, no? A new adapter can own one root object, `{ modelName1: { id1: {}, id2: {} }, modelName2: { id20: {},...

Same error here. Log: ``` Communications error: { length = 22, contents = "Connection interrupted" } }> Error Domain=com.kishikawakatsumi.uickeychainstore Code=-34018 "The operation couldn’t be completed. (com.kishikawakatsumi.uickeychainstore error -34018.)" ```

The client sends JSON body so I'm covered there. Maybe, if a param is defined as a `type: Array` and it looks like a hash with numeric keys it should...