Michele Pasin
Michele Pasin
Apologies, I might just be doing something wrong. I've just reproduced this again so here is a detailed walkthrough: * I run a script which get logs files from S3...
Here's the script I'm using: https://gist.github.com/lambdamusic/029c88483922604c18f84e5f164e09a6 Not sure though how useful it is... but in order to reproduce it you'd probably have to run it over a good amount of...
Hey folks thanks for the feedback. I also thought it was a memory issue but didn't notice anything out of the ordinary there. Will look at it again. Also, I'll...
Hi sorry no in the end since I couldn't figure it out I simply changed my application to go through smaller (sub)buckets via subsequent runs. Then the error disappeared, presumably...
Totally agree. This would make browsing a stand-alone notebook much much more natural.
same here using a private repo
plus 1 for a better example I've tried adding an ajax method that returns this JSON, but still I see nothing on the page ``` { "level": "1", "type": "type",...
I kind of worked it out actually. The JSON needs to be like this: ``` {"nodes": [ {"id":4070,"name":"123.","level":0,"type":"default"}, {"id":4100,"name":"asd","level":0,"type":"default"} ] } ``` The online demo for example works against this...
Django dropped as of [Ontospy 2.0](https://github.com/lambdamusic/Ontospy/releases/tag/v2.0.0)
Same error here ``` Traceback (most recent call last): File "/usr/local/bin/scihub2pdf", line 191, in main() File "/usr/local/bin/scihub2pdf", line 148, in main download_from_doi(value, location, use_libgen) File "/usr/local/lib/python3.7/site-packages/scihub2pdf/download.py", line 163, in download_from_doi...