Vaclav Kosar

Results 24 comments of Vaclav Kosar

I am also annoyed by unrealism of compass in arma. Compass slowing mod would help reducing nonsensical compass overuse in coops. Limitness of monitors dont justify this. It would be...

@kOepi123, glad we agree. I submitted another request into ACE3: https://github.com/acemod/ACE3/issues/414#issuecomment-195998695 Ironically someone requested on ACE3 to see compass when in sighting mode recently: https://github.com/acemod/ACE3/issues/414#issuecomment-120169828

Well the realism is kind of Arma's selling point. Maybe @dslyecxi would help: https://www.youtube.com/watch?v=v7zoVIsIT2A

@ypgsh no, python 3 support was added in 2004. Only some Twill is not supported

I am also getting 404

@AndrewFairbairn @Seluj78 try removing ```app.config['TESTING'] = True``` that worked for me.

This issue seem to be very old. I suggest closing it.

So what is the question?

What about this one: ![](https://raw.githubusercontent.com/vackosar/vackosar.github.io/master/images/2561049520_logo%20of%20GitFlow%20Incremental%20Builder%20-%20Speed%20up%20you_xl-beta-v2-2-2.png)

It works for me. Any chance u forgot to execute BasicAuth code? ``` app.config['BASIC_AUTH_USERNAME'] = 'user' app.config['BASIC_AUTH_PASSWORD'] = 'password' app.config['BASIC_AUTH_FORCE'] = True basic_auth = BasicAuth(app) ```