Balthasar Biedermann
Balthasar Biedermann
Hi Frank, the custom_fake function pointer provided by FFF allows you to dynamically change the function used for your tests: [Custom Return Value Delegate](https://github.com/meekrosoft/fff#custom-return-value-delegate) You can also use the custom_fake...
Ok, now I got the point. I am currently working on a solution for that, which uses gcc's linker option --wrap to wrap functions. I added additional macros to fff...
I added a simple and not nearly perfect adaptation in the makefile for fff's tests: ``` WRAP_LDFLAGS += $(shell grep -r WRAP_FAKE_VALUE_FUNC ./ | grep -v "fff\.h" | grep -v...
@espenalb Have you already tested the `--wrap` approach? @frankbenoit Is the `--wrap` approach working for your purpose?
The PR is already open pretty long. I've created a fixed build at quay.io: ``` docker pull quay.io/usr42/registry:latest ``` You can get details about the build at https://quay.io/usr42/registry:latest I've already...
@mlowicki Good point. I've changed the title. Unfortunately, my feeling is, there will be no reaction either way 👎
@victornoel @jeff-cook @madnight You could use https://github.com/usr42/clair-container-scan
Hi mattpanther, thanks for the information. With the newest ttrss git version I cannot send mails at all. Also the mail plugin is not working. This seems to be related...
There was a ttrss update today. It is working for me again. Can you please recheck on your site?
Thank you for detailed explanation. I don't know directly what the reason is. Can you please check following things: - What are the http server/php logs when you try to...