Francisco Júnior
Francisco Júnior
I've submitted PR #539 to fix this. However, for me, the confusion came from following the [guide](https://github.com/dmgt/swc_github_flow/blob/master/for_novice_contributors.md#option-2---use-a-command-line-interface-with-git) mentioned in the [The Carpentries Handbook](https://docs.carpentries.org/topic_folders/maintainers/contributing.html) for novice contributors that instructs for the...
@rufuspollock and @roll did this ever make to (some version) of the specs? I've noticed that if I read a data package with `frictionless.py` with a string value in the...
## tldr If you are using `frictionless-py` you can use the `dialect.sheet` property: ```json { "profile": "tabular-data-package", "resources": [ { "name": "spreadsheet", "path": "data.xlsx", "dialect": { "sheet": "sheet1" } }...
Hi @maelle! I would love to help resolve some of the outstanding issues as a "trial period" to see if I'm able to actually take over the package maintenance. Is...
Sounds great @maelle! I don’t have that much free time to dedicate, but slowly but surely I will work out through the internals of the package and the open issues...
> I can't tell you why it worked, but deleting the workflow's working directory (`/Users/$USER/Library/Application Support/Alfred 3/Workflow Data/de.gh01.alfred.github`) cleared the cache and things seem to work again. This solved the...
Another possibly related behaviour is that trying to infer stats gives correct values for `fields` and `rows`, but not for `hash` which gets the value `'sha256:None'` when in theory data...
Hi @roll! Do you want some help on this? I would be happy to submit a PR.
I've added another test case that is currently failing that happens when the foreign key being updated has the same name of the referenced column: ``` FAILED tests/steps/field/test_field_update.py::test_step_field_update_referenced_as_foreign_key_with_same_name - AssertionError:...
@hannaboe from a `ckanr` standpoint you can just pass the API token everywhere the API key is expected.