Results 48 comments of zertrin

Au cas où ca pourrait aider : je viens de découvrir un truc assez intéressant et pourtant encore assez méconnu AMHA, et qui pourrait aider dans notre cas : commencer...

I can confirm that it happens too on Windows 7, Firefox 45.0.2

Hi! As I stumbled today upon your great script @thornomad and considering the improvements many coders had begun to bring to the script in order to make it more generic,...

Just to help other readers finding this issue from a search engine, here is my approach for only processing a specific extension: ``` find /home/username/folder_to_deduplicate -type f -name '*.mp3' -print0...

> For those using Apache's ProxyPass, the following works for the `sessionid-*` cookie. > > ``` > RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} > ``` Thanks a lot, this saved the day...

Had the same issue today (after updating my 0bin for the first time since Jan 2013!), the fix worked for me :+1:

Is this PR dead? Was this functionality implemented in another PR in the meantime? If no, did the code diverge so much that this PR is too hard to merge...

I've tried to use cram myself for a project and got bitten by this. This commit https://github.com/zertrin/nbstripout/commit/920bb050220666818c8feb4bacbd57815fbc1dbe tries to minimize the problem but doesn't solve it... Lines with options like...

Same here, executing: ``` jupyter nbconvert \ --to notebook \ --ExecutePreprocessor.kernel_name=python3 \ --ExecutePreprocessor.timeout=600 \ --execute ${IPYNB_OUTPUT} \ --output ${IPYNB_OUTPUT} \ --allow-errors ``` Output: ``` [NbConvertApp] Executing notebook with kernel: python3...

I still saw it a few days ago before I upgraded to the latest version. Now I didn't see it anymore. So it seems indeed that it is fixed in...