politics
Here are 736 public repositories matching this topic...
Improvements to page loading time when using react-snap in #469 still show a flash of content between the static html page and the page being rehydrated in react.
Here's how it goes:
- Page loads staticized HTML of the "final" page content
- React starts, issues are not loaded yet, so page renders "no topic" message
- issues load, react renders the same "final" page content again
Apparent
-
Updated
Aug 27, 2018 - HTML
In the "Setup your location” when the message "We could not use your browser's location. Please try entering your location" is shown with materialize.toast, this message is only shown very briefly so the user cannot really understand what is going on. My suggestion is the time of materialize.toast should be increase or a permanent message should be shown to the user so that she/he knows what is ha
-
Updated
Apr 12, 2020
Problem
The wrong image has been captured for WONG Ting-kwong
Fix
Update scraper to capture the correct image.
Scraper: https://github.com/everypolitician-scrapers/hong_kong_legislative_council_members
Small request, but is it possible to make the advanced search options display on this page by default (not just when you click the arrow)?
Since you can search from anywhere on the site, it's unlikely that anyone wouldn't want them on this page - and I often link to it when advising people to use the different fields in User Support.
-
Updated
Feb 28, 2020
-
Updated
Apr 26, 2020 - Python
-
Updated
Dec 8, 2019 - HTML
Missing pokrdb.dump
pokrdb.dump 파일 다운로드 링크가 깨진 것 같습니다.
Want to back this issue? Post a bounty on it! We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F248100&utm_medium=i
I'd urge you to consider requesting that people donate their time or money to an open source group like www.publiclab.org instead of Safecast where some info is licensed (aka not accessible) and kits run hundreds of dollars (again not accessible). Public Lab protects all submitted data via an open source creative commons license and believes that the more people involved in science, the better -
-
Updated
Aug 6, 2018 - Python
-
Updated
Sep 30, 2019
Hello,
I'd like to know, if and how people can contribute. It looks likes pull requests with added politicians are not or only slowly accepted. Please at contributing-guidelines for people to know, if they should add people.
Or are they only accepted slowly because of missing resources to control the requests?
Thanks in advance,
CryptKid
-
Updated
Apr 16, 2019 - ZAP
Is your feature request related to a problem? Please describe.
utils and dev_populate.sh are useful, but they could be improved by using Factoryboy, a tool to generate python objects related to an ORM, and it works fine with Django.
Describe the solution you'd like
A file named factories.py located in petition app containing all
For example, in this page: http://www.nossenateurs.fr/michele-andre
The wikipedia link redirect to a disambiguation page from wikipedia instead of the proper wikipedia page
-
Updated
Nov 20, 2019
-
Updated
Jun 17, 2020 - HTML
-
Updated
Jan 6, 2020 - Python
-
Updated
Jun 3, 2020 - R
There's a bunch of new stuff in the API. If it's clear how to add support, hopefully more people will send PRs.
-
Updated
Jun 17, 2020 - PHP
-
Updated
Sep 2, 2018
-
Updated
Jun 16, 2020 - R
-
Updated
Jun 18, 2020 - Java
-
Updated
Oct 26, 2019 - Python
Improve this page
Add a description, image, and links to the politics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the politics topic, visit your repo's landing page and select "manage topics."


The API documentation indicates that to list all embursments you have to execute the following get command
Listing reimbursements
GET /api/chamber_of_deputies/reimbursement/
Lists all reimbursements.
althoug, when we execute this command line the API retrives only the seven first rows. It is necessary to also indicate parameters limit and offset in order to fetch through the database, as I