Mattias de Hollander

Results 30 comments of Mattias de Hollander

> Yes, I agree that the snapcrafters is great for this. But manually maintaining things seems to be a bottleneck, if I see how many not updates snaps there are....

Thanks for your reply. Actually we don't see this behavior with the normal ncdu. Any suggestions how to can further test/debug this?

nice! looking forward to see this in the master branch :) thanks!

As discussed with @pdurbin and @andrewSC on irc: http://irclog.iq.harvard.edu/dataverse/2017-08-23#i_56203

It seems that the xml that is returned does not contain any `entry` tag, is it actually quite empty ;) ``` >>> dataverse = connection.get_dataverse('testing-journal-dataverses') >>> dataverse.get_datasets() https://demo.dataverse.org/dvn/api/data-deposit/v1.1/swordv2/collection/dataverse/testing-journal-dataverses b'Testing-journal-dataverses Dataversetrue'...

Above is using the `https://demo.dataverse.org/dvn/api/`url and returns xml, but when we use a direct call to `https://demo.dataverse.org/api/datasets/:persistentId?persistentId=doi:10.5072/FK2/PVH0HO` json is returned. Has there been a major change of the API? So...

Looking at the docs at http://guides.dataverse.org/en/latest/api/intro.html I realize that the python client is using the SWORD API that uses XML and that the link we were using to get the...

@rliebz, thanks for letting us know and giving more information the the choice of APIs. There has already been a first attempt 3 years ago to make a python client...

Just see that is mentioned on the welcome page :) https://github.com/AFlowOfCode/bandcamp-streamer/blob/master/welcome.html#L120 I did not found it on the github. Maybe good to add the Potential feature (wish)list to the readme?

Any guideline where to get started to contribute code to get this working? Where is it defined on which bandcamp pages the player starts to parse albums? Maybe I can...