Hellseher

Results 25 comments of Hellseher

Hi, I've faced the same. May you add some more documentation string to `--help` or add some example on how to use that options please? `--report` `--compare` and `--threshold`

@mislav #1913 git-like `-C` flag looks exactly what I would like to have, thanks 👍 It also mentioned `-R` flag which I could not find in my current `gh` version...

Hi, I did not test it yet, it probably could resolve it when there is one way dependencies like: **clack** ``` :depends-on (:lack :lack-middleware-backtrace :lack-util :bordeaux-threads :usocket :alexandria :uiop) ```...

I've got the same issue when try to compile CL-FAD on CentOS 6 ``` #: cat /etc/redhat-release CentOS release 6.7 (Final) #: sbcl --version SBCL 1.0.38-3.el6 ``` Used Quicklisp to...

Any clue how to compile last one using old SBCL 1.0.38? So far I've got error.

@aconchillo May you share brew's formula of the guile-ssh package? This issue can be solved on the package side instead of library. Guix uses isolated build with symlink to all...

Hi, Is any example in documentation I may use to run unit tests? I've played with different Make targets but have no tests working yet. Thanks, Oleg

Hi, I've got everything listed as dependences for now, but make is still finished with errors. ``` #: rpm -qa | grep -P "pam-devel|libfixposix|buildapp|gcc|sbcl" gcc-4.8.3-9.el7.x86_64 pam-devel-1.1.8-12.el7_1.1.x86_64 libfixposix2-0.3.0-9.1.x86_64 libgcc-4.8.3-9.el7.i686 gcc-gfortran-4.8.3-9.el7.x86_64 gcc-c++-4.8.3-9.el7.x86_64...

I came here after refreshing dependencies in Guix for IPFS Kubo project with the same question.

Is the project completely abandoned? The tests fail to pass with the latest `prometheus-client-golang`: ``` --- FAIL: TestPrometheusCounterGetUpdated (5.00s) prometheusmetrics_test.go:74: Go-metrics value and prometheus metrics value do not match ---...