Michał "phoe" Herda

Results 359 comments of Michał "phoe" Herda

I don't remember any commits starting with "diff" though.

Hah! So it is two different words, and this is where they come from! You are right, thanks.

I was surprised because all of these commits come from repositories which are linked from my page, but these words came up from commits that were not authored by me....

![fbn7krvnq8381](https://user-images.githubusercontent.com/15045546/176945689-8e697c26-8a9c-424d-b6a5-e8f726103896.jpg)

Do you need any support with that - as in, what would happen ~~to me~~ if I did things the naïve way and made a quicklisp-projects issue pointing to the...

You are loading a SBCL thread file on CCL - that should not happen. Why don't you use Bordeaux Threads instead and have cross-implementation thread support? Or are you using...

https://github.com/deadtrickster/prometheus.cl/blob/45143f0299e7239461dca43bc870af2bfeb091fe/src/collectors/sbcl/threads.lisp This file only contains one SBCL-specific call, which is `(sb-thread:list-all-threads)`. This is equivalent to `(bt:all-threads)`.

https://github.com/orthecreedence/cl-async/blob/cc83f0f9ddc39fd152df15521188b57162c4669f/src/ssl/package.lisp#L65 `libcrypto.dylib` seemingly needs to get replaced with a concrete version of libcrypto, rather than depend on the unversioned dylib.

I'll try to do this in a spare while.