Anton Pirogov

Results 46 comments of Anton Pirogov

Legally, if there is no license, then by default "all rights are reserved". Just because something is published, it does not mean it can be freely used. For private hobby...

We are building a tool called [somesy](https://github.com/Materials-Data-Science-and-Informatics/somesy), it does not integrate with git directly, but with software-specific metadata formats such as `pyproject.toml` and `package.json`. Maybe that could be of interest....

I like that! Allcontributors is the de-facto only existing "standard vocabulary" with a level of adoption + covers a lot of ground, so I would also just go/start with that...

All good points. As much as I'd love to see that happen sooner rather than later (and I can imagine that consensus by the community would still need a few...

This is nice! Hope this will be merged soon! Just ran into issues with my library being not usable by Mac and Windows users because I rely on `python-magic`. If...

I would like to add that this is not an rdflib-specific problem, but in fact rdflib is correct in expecting a path starting with `file:///` also on Windows, e.g. see...

This also interacts with https://github.com/proycon/codemetapy/issues/39 For example in our project I get now alternatingly ``` "identifier": "'version':", "name": "'version':", "runtimePlatform": "Python 3", - "version": "'^2.4.2'}" + "version": "'^0.7.0'}" }, {...

I found another one in the wild (www.rewe.de/angebote): ``` ``` I get: ``` Fail "\n\n\n\n\n" [] "Failed reading: takeWhile1" ``` It seems that the nesting of comments is the problem....

Ah thanks! That was from some basic sanity check test cases. Well, then I guess maybe a more helpful error message would be nice here :)

For [our lesson](https://github.com/carpentries-incubator/scientific-metadata) something like that would also be extremely useful. The course as it stands is targeting a "generic" audience of scientists, but domain-specific adaptations of episodes and tweaking...