MaxDau
MaxDau
u need an outdated version of Java (i think flash could have same problem) https://www.mozilla.org/en-US/plugincheck/  My FireFox blocks outdated Plugins (i think on default)
BTW: The error in the first image is: This plugin has a security vulnerability Enable Java
> `php -r 'var_dump(dns_get_record("be.whois-servers.net"));'` `dns_get_record($host,$type=DNS_ANY)` [RFC8482](https://tools.ietf.org/html/rfc8482) deprecates the DNS ANY query type. I think it is better to use DNS_CNAME `var_dump(dns_get_record("be.whois-servers.net",DNS_CNAME));` ``` array(1) { [0]=> array(5) { ["host"]=> string(20) "be.whois-servers.net"...
amphp and reactphp have a lot of functions for async and child process. [amphp/parallel](https://github.com/amphp/parallel) [amphp/artax](https://github.com/amphp/artax) [reactphp](https://github.com/reactphp) I think the best way is a public github list with daily automatic push....
It is not a good idea to store medium / large texts or images in this type of database. Extreme example: 500 objects like this $obj->id = token(32); $obj->content =...
``` mailcowdockerized-rspamd-mailcow-1 | 2022-07-12 18:11:39 #37(rspamd_proxy) ; proxy; proxy_accept_socket: accepted milter connection from fd4d:6169:6c63:6f77::e port 45036 mailcowdockerized-rspamd-mailcow-1 | 2022-07-12 18:11:39 #37(rspamd_proxy) ; milter; rspamd_milter_process_command: got connection from xxx.xxx.176.225:40811 mailcowdockerized-rspamd-mailcow-1 |...
I'm using the latest version and it works. It would be good if you posted your config so that we can help you better.
There could be several reasons for this. I suspect it is a combination of ‘maxHeight’ and ‘progressiveLoad’, possibly also in conjunction with ‘progressiveLoadScrollMargin’. No height => no scrolling => no...
This works as expected. /foo returns 404. I think the problem is outside of Tabulator. ``` const tabulator = new Tabulator("#entity_list", { index: "NodeId", maxHeight: "calc(100vh - 125px)", layout: "fitColumns",...