Thomas Reynders
Thomas Reynders
Version: 0.7.1 I'm not familiar with webpack, but it seems that in v0.7.1 webpack minifys the scripts and removes the Classes name property. In v0.7.0: ``` Class Foo{} console.log(Foo.name); //...
For proximity it would be useful to have the RSSI value exposed. It should be possible to listen to changes of the RSSI.
When requesting data the libcurl option `CURLOPT_SSL_VERIFYHOST` and `CURLOPT_SSL_VERIFYPEER` are explicitly disabled. see `EntryHandler::requestFileInfo` and `Slice::start` ```cpp CHECK_SETOPT1(curl_easy_setopt(curl_, CURLOPT_SSL_VERIFYHOST, 0L)); CHECK_SETOPT1(curl_easy_setopt(curl_, CURLOPT_SSL_VERIFYPEER, 0L)); ``` I hereby quote the cURL documentation...
Is it possible to Update the outdated dependencies?
**Describe the issue** I just came across the extensive usage of the following pattern, see screenshot, `try-except` to check whether a key exists in a dictionary. I want to propose...
**Describe the bug** * Multiple definitions of unused parameters `fun_grad`, `grad_lookup` and `step` * Parameter `fun: Callable = None` is no optional parameter. Remove usage of `None` **Screenshots** 
OS = Windows x86_64 compiler = msvc build type = Release cppstd = 23 Fixes the following compile error ``` 1>\src\source\workbook\workbook.cpp(1166,12): error C2666: 'xlnt::detail::workbook_impl::operator ==': overloaded functions have similar conversions...
Hey! I seem to have found an issue on a Windows 11 machine where mimalloc-redirect fails. For many other systems it works just fine, perhaps a recent Windows update is...
…ug due to CRT's SIGABRT handler behaviour Scenario: 1. On Windows, the first crash is handled via UnhandledExceptionFilter -> crash_handler(EXCEPTION_POINTERS*), which wakes the reporter thread to collect and print the...