Sébastien Celles
Sébastien Celles
Merci pour le compliment et ravi que Windrose serve à d'autres depuis que je l'ai mis sur GitHub et packagé. Je suis actuellement en vacance et n'ai pas trop le...
https://github.com/python-windrose/windrose/blob/master/windrose/windrose.py#L222-L248
six can help to maintain backward compatibility https://pythonhosted.org/six/ an other approach is to maintain backward compatibility by yourself in a `compat.py` file with try / except. Anyway six code can...
I'm also looking for such a doc (or at least `README.md`). What functions should be called from Julia - for linting an entire package - for linting a file -...
because GitHub autodetect licences see https://help.github.com/articles/licensing-a-repository/
I found that `core-list` is now in https://github.com/datasets/core-datasets but couldn't find where `catalog-list` is now I wonder if they are considered as DataPackage catalog https://github.com/frictionlessdata/specs/issues/37#issuecomment-552936484
I'm also facing same issue.
This build https://travis-ci.org/JuliaCollections/DataStructures.jl/jobs/415434609#L790 shows also this problem.
I don't think a string in a doc file (without macro) can cause that I think this is https://github.com/JuliaCollections/DataStructures.jl/blame/6941c2922756d8c5e19e24d23815405daebbbc56/docs/src/sorted_containers.md#L695 which cause that but we should also change `Associative` where it...
I just changed the `Associative` to `AbstractDict` in order to fix https://github.com/JuliaCollections/DataStructures.jl/issues/436 However, other mentions of Associative in doc should be changed.