devgs
devgs
Thanks for the prompt reply! Are there any specific issues related to adding them? It seems like interface is settled now. At least for the last month or so I...
Are you okay with me cloning your repository and making adjustments?
@miigotu As an option - definitely. But i would suggest adding an optional function parameter (callback) that should handle the closing, to override the built-in logic. Moreover, the closing should...
> How would I call this in a form and what javascript would I use to get multiple status for a particular unique ID? Nope, you perform several uploads simultaneously...
@thomascrown Mhm... I can't find (NGX_PARSE_LARGE_TIME) symbol there. Also line 1723 is not in the function ngx_http_track_uploads. Maybe you are trying to compile different version of source code?
Happy to help ;) Thank you.
Duplicate of #1492
Seems like the Lua stack usage tracking gets screwed up. Whenever the tuple is encountered the `sol::stack::multi_check` is called with the `tracking` and `index` that both already account for the...
Even though the doc says that **SOL_PRINT_ERRORS** ['Not turned on by default'](https://sol2.readthedocs.io/en/latest/safety.html), in reality, [it is enabled](https://github.com/ThePhD/sol2/blob/eab1430ccdbf61a0d61d11bf86b4975838dcfb9a/include/sol/version.hpp#L620) by **SOL_ALL_SAFETIES_ON**. Given that most people define **SOL_ALL_SAFETIES_ON** it would be also wise...
Huh! Actually I was using a **develop** branch. Then I've bisected tags down to **v3.3.0**. It seems to be the version where the bug was introduced. Indeed, on **v3.2.1** everything...