Bibhas

Results 24 issues of Bibhas

I'm getting this error when calling gettext. ``` Uncaught TypeError: this.dcnpgettext is undefined ngettext gettext.js:183 debugger eval code:1 ``` Also, can't seem to find where `dcnpgettext` is defined.

Fixes #291. - removed POST handling part of jobpost reporting to a separate view.

Anytime the site is loaded and there is - * a scroll event * a mouse pointer move event the anon user session is set using a form submit. Fixes...

enhancement
in progress

Implemented [flask-monitoringdashboard](http://flask-monitoringdashboard.readthedocs.io) This app gives us some metrics about HTTP requests on the endpoints we choose. Couple of pros are - * it's possible to track requests per user with...

``` if g.user: - if current_auth.not_anonymous if not g.user: - if current_auth.is_anonymous if g.user or g.anon_user: - if current_auth.is_authenticated if g.anon_user: - if current_auth.is_authenticated and current_auth.is_anonymous ```

Flask supports [CBVs](http://flask.pocoo.org/docs/0.11/api/#flask.views.MethodView). Moving to them might give us cleaner code as we can separate `get()` `post()` methods to handle requests. E.g. from Flask doc - ``` class CounterAPI(MethodView): def...

Creating this issue to keep track of what needs to be done. ### 1st iteration - ask user to upload the resume on their profile page or job application page...

Seems like the source url mentioned in the [data.url](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/share/fathead/iso_3166_codes/data.url) file is broken - http://www.iso.org/iso/list-en1-semic-3.txt Tried searching for `us iso` and `iso tk` as mentioned in the [fathead script](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/DDG/Fathead/ISO3166Codes.pm), not working.

Bug