Peak
Peak
After some debugging I have found a bug in AnalystWizard.cs 3.3, private void ExpandTimeSlices() approx. line 700: // swap back in oldList.Clear(); // oldList is cleared and then used in...
**_Playback macro to end of document_** menu item is missing but exists in VSTextMacros.vsct. Can you enable it?
Windows 10, Visual Studio 2022 set to C++17, error when including date.h date.h(419,27): warning C4003: not enough arguments for function-like macro invocation 'min': static CONSTCD11 year min() NOEXCEPT { return...
Nice tool! It would be nice if I also could upload the filesystem (littlefs.bin) with it. Any plans for that?
In onvif.c, line 1822 you return without freeing xmlXPathObjectPtr result, i.e xmlXPathFreeObject(result); is missing before the return, causing a memory leak.
```cpp json\include\json\allocator.h(53,14) : error C2760: syntax error: unexpected token 'static_cast', expected 'type specifier' json\include\json\allocator.h(51,8) : message : This diagnostic occurred in the compiler generated function 'void Json::SecureAllocator::construct(T *,Args &&...)' json\include\json\allocator.h(74)...
Windows 11 x64, Visual Studio 2022, Poco Foundation (debug_static_mt) 1.14.2 and test code compiled with either C++17 or C++20, x64 The directory E:/Dok/Arduino has 90 .h files and 78 subdirectories....