Bockeman

Results 42 comments of Bockeman

I am still trawling through all of my code, unwinding various workarounds. This code does not compile. ``` #include #include namespace x3 = boost::spirit::x3; int main() { char const* s...

@Kojoley I have now gone through as much of my code as I care to at the present time and unwound various workarounds for this issue. My code is a...

@nursoda your comment is valid and much appreciated. I checked relevant forums and titles and could not find any that specifically met my criterion nor suggested a topic title that...

With boost 1.80.0 and -std=c++20 I get the following compile errors: ``` /usr/include/boost/gil/extension/numeric/kernel.hpp:16:1: note: ?#pragma message: This header is deprecated. Use instead.? 16 | BOOST_HEADER_DEPRECATED("") | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/boost/gil/extension/numeric/convolve.hpp:15:1: note: ?#pragma...

@mloskot Thanks for taking notice! _(I have not yet figured out what PR stands for. Not doubt as soon as I submit this comment, it will dawn on me.)_ My...

@solracsf marked https://github.com/nextcloud/server/issues/35659 as a duplicate _(correctly -- apologies: I do not know why my searches did not throw up this one)_. I am on later versions of most apps,...

Checked again on 25.0.2, no blank-white display for me any longer (I don't know what happened to resolve the issue). Upgraded to 25.0.3, no issue for me.

I have also seen this problem on two recent NC updates: NC 25.0.0 ``` sudo -u apache php /var/www/html/nextcloud/console.php files:scan-app-data Scanning AppData for files In ScanAppData.php line 242: Implicit conversion...

@PhrozenByte thanks very much for responding. Agreed, `v1.0.21` is compatible with NC25, so no problem there. **But** I have "Beta" set for my NC upgrades (dangerous I know, but I...