Matt Thompson
Matt Thompson
@ZedThree Interestin. Running under hyperfine on my M1 Mac shows: ``` ❯ hyperfine --warmup 3 "(echo 'digraph { a -> b }' | dot -Tsvg > output.svg)" Benchmark 1: (echo...
Note it might be as simple as adding `:` as a char in: https://github.com/dangoslen/changelog-enforcer/blob/155ab0986bb014a46341bebdb9c5dca54e947cfd/src/label-extractor.js#L5 but I know *nothing* about JavaScript and maybe colons blow things up? 😄
> I have a fix up in #285. If you want to test, you can always update your action temporarily to point at that branch, but I'm pretty positive via...
> No need for a feature request. This is definitely a bug. I'll create a `v3.6.1` release in a few moments Oh. I meant for something else I was thinking...
I was about to make a new issue here, but I think I'm seeing the same thing on a system I'm on? I'm not on Asahi Linux, but Rocky Linux:...
Query to the JavaScript gurus from a Fortran programmer, let's say I wanted to hardcode in my Enterprise instance instead of real GitHub, what line would one change? :)
As Github has kindly pointed out, I might have encountered this as well. On a repo of mine `git status` takes ~4 seconds which `git-status-prompt` which is mainly calls to...
> I think what you might be seeing is that there is some pseudo random acceleration given to the files that is deterministic so you get the same initial bias....
> interesting. I couldn't get past the configure stage if I set `FCFLAGS="-init=snan"` Oh. I didn't configure Open MPI with that flag (though...it should work?), I built it "normally", and...
> Have you had a chance to try the `--with-hwloc-internal` configure option to see if that is a workaround for this issue? Yes. I tried with `--with-hwloc=internal --with-pmix=internal --with-libevent=internal` and...