Augusto Herrmann

Results 116 issues of Augusto Herrmann

The Trello API offers a `cover` property for cards (see [docs](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-field-get)), but it is not being loaded into the `Card` object [here](https://github.com/sarumont/py-trello/blob/18e0a9ed345926b580d253ed3e1a166e3c7c4485/trello/card.py#L129). It should be simple to at least "get"...

The Trello API has changed the way they control access to attachments, e.g. a card image. Previously, you could just do an unauthenticated GET to the attachment URL and be...

O serviço validador de dados atualmente usado neste repositório, o GoodTables, [será desativado em breve](https://discuss.okfn.org/t/important-goodtables-io-is-retired-and-out-of-support-as-of-1-december-2022/11224). É necessário fazer a [migração](https://repository.frictionlessdata.io/docs/goodtables-migration/) para o [Frictionless Repository](https://repository.frictionlessdata.io/), o serviço que faz a mesma...

A process for enriching a followthemoney entity and its relationships by looking it up in the [OpenOwnership Register](https://register.openownership.org/). From their website: > ## Freely licensed data, in bulk > >...

The French national government open data portal, data.gouv.fr, has a list of harvest data sources in a CSV resource named `export-harvest-YYYYMMDD-HHMMSS.csv` at [this dataset](https://www.data.gouv.fr/fr/datasets/catalogue-des-donnees-de-data-gouv-fr/#resources). If we filter by the `validation`...

data source

The Brazilian federal government open data portal, dados.gov.br, uses CKAN and does harvest from several other sources. We should import automatically those [data sources from the CKAN API](https://dados.gov.br/api/3/action/harvest_source_list), in order...

data source

`* Required` # Key Data Portal Information --- ## Title * Data.juv ## URL * https://siurb.rio/portal/apps/sites/#/datajuv ## Manager Special Secretariat for Carioca Youth ## Description * Data.juv is the open...

data source

Currently the site is accessible under both domain names: datacatalogs.org and dataportals.org. This makes it look like to search engines like a duplicated site, penalizing SEO. We should add a...

As discussed in #52, inactive portals means that they are no longer available, so the map pin pointing to them should be removed by adjusting the query appropriately.

as per issue #102. * [x] replace links in templates to use https * [ ] change app.js to redirect http traffic to https (example [implementation in a similar express.js...