Peter Romfeld
Peter Romfeld
following the same guide ([almost](https://yogthos.net/posts/2015-06-11-Websockets.html)) getting the same error, i added the `channel` to `connect!` logging and got: ``` 17-02-02 09:20:24 spider.local INFO [handler] - channel open nil java.lang.IllegalArgumentException: No...
I just had weird bug (works on my dev machine but not in CI), so i wanted to add `--pure` to make sure i don't have anything undocumented locally. so...
Im running on Amazon AMI, so i have to run with --debug, now i cant just mail errors and get email every time it runs because debug/log messages go to...
after an update yesterday, something is trying to mess with my locale at terminal startup. i was hoping to just do something like `set -x` to find out who is...
i ended up changing `login shell` to `command` in `iterm` using `fish -d 3`... had to add extra debugging `echo` all over the place and found an issue with my...
if the CI is running different jobs in parallel that have same deps i'm running to issue `index.lock: File exists.` ``` carthage bootstrap --no-use-binaries --platform iOS --derived-data $(mktemp -d) --cache-builds...
fixes https://github.com/actions/runner/issues/2007
@paksk-pcs here is how i use it on NixOS: ``` { config, pkgs, lib, ... }: let github-runner = pkgs.github-runner.overrideAttrs(old: rec { version = "2.307.4"; src = pkgs.fetchFromGitHub { owner...