Adrien Destugues
Adrien Destugues
Hello, This seems to be an error in installing pandas (one of the dependencies for repostat) rather than in repostat itself. According to other bugreports, it seems Pandas will need...
Hello, We have been using this patch to fix the problem: ``` From f9d46850bc024989c16110f7c7f8b1a25d51823f Mon Sep 17 00:00:00 2001 From: Nicolas Savatier Date: Thu, 1 Feb 2024 10:22:46 +0000 Subject:...
Hello, Thanks for the fix. I don't know if we can fully verify it, since we noticed the error after a problem on the Azure IoT cloud side, which we...
Hello @ewertons, we have started using this patch and it improves things, unfortunately we have hit another problematic case. The following scenario happens: - Start uploading a file - The...
Hello, I made some sequence diagrams to explain the problem more clearly:  And the modification I made: 
Hello, Thanks for the update. The solution you describe seems fine to me, and may be a bit simpler than what I suggested in my merge request. I am out...
Hello, The gcc version used in Haiku is currently gcc 13. You can update to that from the beta4 image by running "pkgman full-sync" and rebooting (I don't know how...
The Haiku code has parts built as C++. This results in stdatomic.h from libstdc++ being used instead of the gcc standard one. However, stdatomic.h in libstcsdc++ has a guard to...
> I think that should be fine? Probably not, if the build modifies any of these files. It's difficult to say if some recipes would hit that specific problem. >...
@jurgenwigg made some simple renaming changes to fix this and they were cancelled by a later change. I think we should really fix this repository to be cloneable without such...