Alex Potsides

Results 539 comments of Alex Potsides

Something else to consider here maybe is that if the goal is to have a PeerInfo for the current node appear in it's own routing output if that node has...

This would be very helpful to have, ts-sinon's version of sinon is now very old and incompatibilities creep in with newer versions - custom argument matchers don't work for example....

@ahippler I've forked this module, updated it to ESM and released it as [sinon-ts](https://www.npmjs.com/package/sinon-ts) - it has sinon as a peer dep so you may find it useful. I'll likely...

> Could you just leave it out and let TS infer the type correctly ? No, because then this errors with `expression of type 'string' can't be used to index...

> is manually composing with .or is too inconvenient ? I know it would be more lines of code, but things would compose This seems a bit backwards. The `.or`...

Is anything getting added to the error logs under `/var/log/guvnor` ?

Something may be listening on port 57483 or 57484. Can you try running `lsof -i :57483` when you see `EADDRINUSE` appear? Also, can you post the whole error log?

Could you run `guv list -v` a few times and paste the output? The `-v` flag will enable verbose output.

Does the folder `/var/run/guvnor` exist? From the log files the current working directory of the process is `/run/guvnor` which looks wrong - did you change the default run directory or...

No, only what’s bundled with the interop tests as I was just trying to put a dent in the PR backlog for that repo.