Antoine Beauchamp
Antoine Beauchamp
Hi. Thank you for your fast response. It is much appreciated. I hope the proposed changes will be useful to someone else. If not, that will be because we are...
Regarding the macros, I agree that multiple `#ifdef` is ugly. What I can do is to define `NAN` and `INFINITE` on my side before I include `tinyexpr.h` and since your...
If someone has an idea of how this could be implemented, feel free to leave a comment.
I am think about 10, but opened to other suggestion.
First I would like to say thank you for trying to help. It is much appreciated to get feedback and new ideas from other people that uses this application. I...
Any update on the proposed new variables to limit the "_application is not responding_" use cases ? What do you think of 1. selection.mimetype.maxfiles = 2000 2. selection.mimetype.timeout = 5000...
Hi. Thank you for providing feedback and new ideas to this issue. I do not think that using GitHub Pages would be necessary as GitHub already provides an API to...
Hi. No, ShellAnything can not be used to remove existing items on the context menu. I do not plan to implement this functionality because this is not a trivial task:...
Hi. Thank you for providing a better avenue of investigation. I have no experience with owner drawn menus but there seems to be multiple examples or references on internet: *...
References: * https://stackoverflow.com/questions/5736289/binary-compatibility-of-stl-containers * https://stackoverflow.com/questions/8395742/stl-containers-and-binary-interface-compatibility * https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B#The_Do.27s_and_Don.27ts * https://stackoverflow.com/questions/37149479/when-do-we-break-binary-compatibility * https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-160 *