Results 9 comments of Kari Argillander

Just thinking loud. Another option could be link to download image. Then image is build again and tested that bug still triggers. Then this can be downloaded. There is some...

My bank show cash flow like this: Amount 20.00 -15.95 -1.95 2.35

I recommend using clang-tidy for these kind of things. We should automate these kind of things. Else it means more work to keep track. If these are not automated it...

Maybe something like this for external files. ![image](https://github.com/pocoproject/poco/assets/3656678/cfd173d5-fc59-465f-9ec7-09027a3a6983) I still need to prototype a little bit. We probably still do not want to build these as libs as before. Also...

Structure reorganization is needed if we want to have clang-tidy automated in good way. Else we will clatter with exclude rules. That would be same work as moving files to...

You are free to do seperete task for it and edit this one.

Here is some ideas so we can start planning. Some of these things might be obvious to you but I do not know your codeing strandards or are not totally...

We also need to discuss about static strings. Here is code https://godbolt.org/z/s3WqPd718 ```c++ #include #include #define POCO_USE_STRING_VIEW #if defined(POCO_USE_STRING_VIEW) using StringRef = std::string_view; using StringRefConstIt = std::string_view::const_iterator; using StringRefSizeType =...

This is little bit old PR already but I still answer this. It does not make much sense to change style for just small portion of code base. It would...