stevenmunro

Results 20 comments of stevenmunro

I also have this issue. Is this plugin still being maintained?

It is not difficult to set up a barebones NextJS project. https://nextjs.org/learn/basics/create-nextjs-app I believe this has more to do with mobileNative not working in the first instance.

change `add_header alt-svc 'h3-23=":443"; ma=86400';` to add_header alt-svc 'h3-**29**=":443"; ma=86400';

Could be! But your console.log outputs nothing between the word “terminating” and the three dots. Unless, the image I’m using is older and the words “server app” have since been...

I began working on this until I saw this issue. I managed to swap out instances of panel with menu in the JS file, however I'm having problems with the...

I just had a look at https://github.com/stuttter/ludicrousdb/issues/36 and it appears that perhaps mine isn't loading either. I'll do some more troubleshooting.

It wasn't working because line 20 was being executed (return;) in ludicrousdb.php // Bail if database object is already set I have no idea why $GLOBALS['wpdb'] would already be set....

It works for me if I place the ludicrousdb files in the plugins folder. I was having issues when these were placed under mu-plugins.

Sorry, I jumped the gun a little. This functionality is already available under the heading *Per-host server default configuration* Can someone please give me an example of what the default_server...

The reason I ask is because Rancher doesn't support the docker --sysctl flag, and there is no automatic shell script to set the values. We could run this as privileged,...