Mateusz Czapliński
Mateusz Czapliński
Weirdly, when I enter the address **with a raw tilde** (`http://www.cs.odu.edu/~salam/`), it seems to still take me to the `.../memento/*/...` URL: http://localhost:5000/memento/*/http://www.cs.odu.edu/~salam/ with empty result page and log like below:...
(Please note that `^` is an escape char on windows, as `\` on Linux, so I'm escaping it as `^^` below.) ``` C:\dnload\ipfs-etc\ipwb>git log HEAD^! fatal: ambiguous argument 'HEAD!': unknown...
Still not OK for me, though somewhat different symptoms now: after clicking the link on welcome page, I'm taken to the below URL: http://localhost:5000/20160305192247/cs.odu.edu/~salam and see the following logs: ```...
Sure! ``` C:\dnload\ipfs-etc\ipwb>git log -1 HEAD commit 866d7b484c450d43ac49fa586b6ee158ab1715a2 Merge: b8f8fd4 1947434 Author: Mat Kelly Date: Sat Dec 9 10:30:00 2017 -0500 Merge pull request #324 from oduwsdl/issue-323-new Fixes syntax issue...
I modified `replay.py` l.533 to: print(sys.exc_info()) and got: (, AttributeError("'module' object has no attribute 'SIGALRM'",), )
Here's a diff which fixes this for me: ```diff diff --git a/ipwb/indexer.py b/ipwb/indexer.py index d2bfc78..da2cb61 100755 --- a/ipwb/indexer.py +++ b/ipwb/indexer.py @@ -33,7 +33,7 @@ from __init__ import __version__ as ipwbVersion...
Hm, actually I now see I mistakenly added the `timeout` in indexer.py; the timeout doesn't seem to work OK. Not sure how to properly inject it into *requests* via *py-ipfs-api*....
Could you possibly add some kind of a "temporary workaround" for Windows users, say, an option like `--workaround-310-for-windows`, disabling the timeout completely? As of now, this makes a world of...
I don't know much about either of the tools, and arrived here somewhat accidentally, but apparently [there's something called `sandbox-exec` on OSX](https://discuss.ocaml.org/t/ann-first-release-of-bwrap/2835#post_4), which may have at least some features in...
> "minimally" gc just one package Ideally also fully by hand - I've had a situation in Nix where I built some package and the tools were not able to...