Fernando Softov
Fernando Softov
https://github.com/kaoz70/grapesjs-blocks-bootstrap4/issues/70
https://github.com/kaoz70/grapesjs-blocks-bootstrap4/issues/70
Any news on that? I tried styling, background only apply to items, giving a white space on top and bottom.
All I can see is that, in the `auth_zones_cfg` function ``` if(c->isrpz && !z->rpz){ if(!(z->rpz = rpz_create(c))) ... } ``` So I figured out the 'rpz' is a 'authzone' with...
I figure out, none of the rpz info was reloaded when editing conf and doing a `unbound-control reload`. I was able to 'correct' the issue, creating a function `int rpz_config(struct...
Hi there. Regarding the behavior of 'stats_shm' and 'stats_noreset' in Unbound, it's worth noting that 'stats_shm' utilizes the 'statistics-interval' configuration to perform internal calculations at specific intervals. During these intervals,...
Ps. See the 'num.query.tls_resume' and 'num.query.tls.resume' difference? ;)
To solve the problem we need to change 'shm_main_run()' changing ```c /* First thread, zero fill total, and copy general info */ if (worker->thread_num == 0) { /* Copy data...
It will solve the problem, but not 'really' all the way. Since there are threads, the value can be wrong, I think thread ZERO, can run after some other thread,...