Dohab

Results 5 comments of Dohab

@MasonBurdette Are you sure? I believe proxies are required only for feeder.js to run. But my problem is in the server.js, It's running and prints something like this every time...

Still get this errors. even with 127.0.0.1:443 I can run [Ogar ](https://github.com/OgarProject/Ogar)server on port 443 without problems. But with david server ... myaby I missed something. I have to ask,...

`npm install` inside server folder? There is no package.json to install anything. If I `node server/server.js` ... it's running .. but I can't login with chrome

instead of using: `alert.show()` use: `self.present(alert, animated: true)`

I use this to fade in: `ObjectAnimator.ofFloat(avi, "alpha", 1f).setDuration(400).start()` and this to fade out: `ObjectAnimator.ofFloat(avi, "alpha", 0f).setDuration(400).start()`