roll

Results 345 issues of roll

# Overview For now `Dockerfile` uses Node v7.7 that is out of maintenance already I believe. https://github.com/nodejs/Release#nodejs-release-working-group

# Overview https://frictionlessdata.slack.com/archives/C0362US1U3G/p1652096032617629 It's a user request to support resource referencing e.g.: ```yaml name: package resources: - resource1.json - resource2.json ```

# Overview Steps to reproduce: - https://specs.frictionlessdata.io - type "bad" in the search box - [expected] "not found" - [actual] nothing

# Overview According to the standard in written form - https://specs.frictionlessdata.io/tabular-data-resource/#json-tabular-data Here is a fix on the software level - https://github.com/frictionlessdata/frictionless-py/pull/1036/files - but I got confused on how we build...

# Overview At the moment we have (using a Python as a platform example but it's similar in other languages): - `integer` -> `int` (Python) - `number` -> `decimal.Decimal` (Python)...

Table Schema
epic

# Overview For now, we have: - a resource describes a data entity - a resource can be tabular - a tabular resource has `schema` property that must be `Tabular...

Table Dialect
proposal
epic

# Overview With this line in `Dockerfile` we solve the `psycopg2` bug related to `postgresql-client@10`: ``` # Workaround to solve https://github.com/psycopg/psycopg2/issues/594 in Alpine 3.7 sed -i -e "s/psycopg2==2.4.5/psycopg2==2.7.3.2/g" requirements.txt &&...

Create `research_summary` entity containing all fields from the HRA research summaries (http://www.hra.nhs.uk/news/research-summaries/longterm-fu-study-of-botox-in-idiopathic-overactive-bladder-patients/). Create also a page to display this information.

API
debt

Entities with dedup based on unique slug: - condition (implemented) - intervention (implemented) - location (implemented) - organisation (implemented) Entities with dedup can't be based on unique slug: - trial...

enhancement
Database

# Overview For now (https://frictionlessdata.io/), it's hidden behind the menu. But we can make it more visible for new visitors adding to: - content sections (e.g. merging chat/forum) - as...