Val Lorentz
Val Lorentz
You may be able to load them by calling this function at the beginning of `matrix2051.exs`: https://www.erlang.org/docs/26/man/public_key#cacerts_load-0
Hmm... you could try this: https://hexdocs.pm/httpoison/readme.html#options in the various functions in https://github.com/progval/matrix2051/blob/main/lib/matrix/raw_client.ex, add `[ssl: [cacerts: :public_key.cacerts_load("/path/to/cert.pem"]]` or something to the options passed to HTTPoison
Then sorry, I don't know
Thank you for providing value range, but we don't have them in other crosswalks so we should probably omit them here too, unless there is a specific reason I miss....
> However, it is a question whether it is clear enough for people who would like to implement metadata transformation? Hmm, good point. It doesn't seem to be very readable....
You'll need to change the file to have the same properties as https://github.com/codemeta/codemeta/blob/master/properties_description.csv
@Mazztok45 your last commit replaced LF with CRLF as the line terminator, could you undo that change?
The Codemeta side looks fine to me, but I don't see definitions of swMath's terms that I can check against.
In other crosswalks (SPDX, Leiningen, NodeJS, Cabal, CFF) we use ` / ` instead of ` or ` but it would be confusing here, so let's keep ` or `...
`crosswalk.csv` is generated by `scripts/aggregate.py`. I just re-ran the script to update it and opened #415.