roll
roll
# Overview In Python, we can cover internal logic but for the visual part, we need to use end-to-end tests. It means we need to bring a node env for...
# Overview https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/ This change is not urgent but nice to have cc @lwinfree
# Overview From @augusto-herrmann > In one of my repos https://github.com/augusto-herrmann/transparencia-dados-abertos-brasil , goodtables validates ok if I am on the master branch: goodtables data/valid/datapackage.json runs without errors. However, I have...
# Overview For not API expect `Authorization: ` instead of more correct `Authorization: token `.
# Overview - create s3 bucket with any region except Oregon - prepare your AWS creadentials (root e.g.) - s3/settings -> fill the form -> add bucket - `Error setting...
# Overview Here is an example or errored job with this message - https://goodtables.io/github/loleg/born-died-ch/jobs/1 Behavior seems correct (no tabular files leads to jsonschema validation fail) but error message should be...
# Overview We've implemented token based auth for API. It means to auth a client should add a header `Authorization: token `. It's perfect for server-based applications but browser-based application...
# Overview From an user feedback: > can the schema validation differentiate between errors and warnings? For example, if had to be a float, but also is normally between 0-1....