Paul Walsh

Results 212 comments of Paul Walsh

Hey @roll this is a great writeup, thanks. I think, in order to get to estimable units, the info in here needs to be broken down into different locations. For...

@roll I understand what you are aiming for here, but it changes the scope of our current work considerably to consider this now. We are developing with a ~fast moving...

@roll the datapackagist implementation of these templates, linked to from my original issue for this work, has a treatment for multiple files.

@akariv suggested this potentially powerful future feature ;)

cc @jobarratt @akariv @georgiana-b

Do we currently hardcode to "master", or, do we currently use whatever GH has as the `default`?

I don’t agree. The user needs to decide what memory constraints apply for her use case, and what is considered a ‘big’ file. We shouldn’t forbid anything, but we should...

This is an important check, used by consumers of the service, including try.goodtables.io and OpenSpending, both of which use this check. In order to decide when and how this check...

jumping in here, with (snippets from pyproject.toml): ``` [tool.importlinter] root_packages = ["survey", "api", "django"] include_external_packages = true [[tool.importlinter.contracts]] name = "Dont use cache dependencies directly" type = "forbidden" source_modules =...

@RMHogervorst that is essentially what GoodTables does: - http://goodtables.okfnlabs.org It is also available as a CLI or a python lib: - https://github.com/okfn/goodtables And, we are currently finishing off our Data...