Simon

Results 3 issues of Simon

The following is an excerpt from `ring_buffer.cc`, see https://github.com/jpcima/ring-buffer/blob/e0c7b5ee052ab67cecdf26ca20dda77363506a5d/sources/ring_buffer.cc#L127C1-L147C2 ```c++ template bool Ring_Buffer_Ex::putbytes_(const void *data, size_t len) { if (len == 0) return true; if (size_free() < len) return false;...

Hi there, I am currently researching the behavior of non-blocking code such as boost::fiber under different scheduling mechanisms. One such mechanism is the symmetric transfer, wherein one fiber is suspended...

Hi there, I have checked out the [v0.12.3](https://github.com/pixelfed/pixelfed/releases/tag/v0.12.3) tag and am running Pixelfed via docker compose. My version is up and running, yet I get the following warning on the...

⚙️ Deployment