Orta Therox

Results 307 issues of Orta Therox

Right now we don't get anything useful from the react-test-renderer about the potential `require("image")` I think I'll need to add support for those in the test renderer before we can...

Perhaps we can get the list of visual components from React Native and then whitelist against those.

I think this means this pausing will have to manage these files in a way that jest-snapshots deletes un-used snapshots. Will need to be 1 file per test, and it's...

```js describe("layout", () => { it("renders as expected", () => { const homeComponent = renderer.create().toJSON() expect(homeComponent).toMatchSnapshot() console.log(homeComponent) const jsonRep = JSON.stringify(homeComponent) fs.writeFileSync("home-component.json", jsonRep) expect(homeComponent).toMatchSVGSnapshot(620, 480) }) }) ``` Can't even...

I really am grasping at straws here WRT the launch crasher #323 ``` swift reflector.allCocoaPodsSources { sources, error in > let unordered_sources = sources.map { CPSourceRepo(name: $0.0, address: $0.1) }...

Mainly a migration to Swift 2.3, then Swift 3.0

enhancement
easy first step

One of our implicit system-wide dependencies is not shipped with the OS anymore: [Apache Portable Runtime](https://apr.apache.org) To make it compile on Sierra, this will need to be added to the...

I've got _most_ of the way. - [x] Find out how to use host env's bundler ( or install bundler? ) - [ ] Get the gems actually installing, e.g....

Looks like we can end up behind on App releases, given the complications of the setup and the general activity of the original people behind it. Ideally people should be...

Currently a restored window could end up in a state like this: ![screen shot 2016-12-21 at 4 29 35 pm](https://cloud.githubusercontent.com/assets/49038/21407796/54af3266-c79f-11e6-913f-2e98cce57664.png) This seems to be caused by this function [not being...