Zhiqiang Zhang
Zhiqiang Zhang
Is there an MACRO -- not to catch the exception and let the app core dump, then let me check the error stack (in gdb)?
> Hi! > > Looks like you get a `std::length_error` somewhere in your request-handler. That exception is caught by RESTinio and logger. > > It's hard to help you because...
> No, there is no such a macro. > > You can comment try/catch blocks here: > > https://github.com/Stiffstream/restinio/blob/0052518f5692f8f051031e06d933b726191be97e/dev/restinio/impl/connection.hpp#L741-L749 Thanks. I comment/uncomment using `#ifdef DBUG`, but get catched by some...
OK, it works in H5 (set in dev tools). Is that the limit and expectation?
> Sorry, it's an impossible mission that one child node has two or more parent nodes. any progress?
I propose a more detail solution, add control class for entities( i.e. function/variable/class/namespace). Here, I only consider the HTML output. for example, `@cssclass a b c`,will add `class="a b c"...
The class setting is bind to everywhere of the entity, so the links will disappeared too. And user can gain more controls. For example, I can make the important variables/functions...
I has the same problem, with latest fmt library and ubuntu 24.04.
I degrade the fmt library from 10.2 to 10.1, everything go well now. so folly not compatitable the newest 10.2 fmt.
> ``` > v-contextmenu > ``` 这个可以用吗?我测试的 test 函数的参数是空的,vm是undefined呀。