Stanislav Khromov
Stanislav Khromov
There seems to have been some improvements recently and it appears that [rollup can now handle this dynamic import case](https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#how-it-works) for example, the code below works fine on both static...
I bumped the version to `3.2.5`, but it didn't resolve the issue.
@dimitrilahaye A bit late to the party but I think you are importing the package [svelte-error-boundary](https://www.npmjs.com/package/svelte-error-boundary?activeTab=readme) as opposed to [@crownframework/svelte-error-boundary](https://www.npmjs.com/package/@crownframework/svelte-error-boundary?activeTab=readme). They are different packages despite the same name, so check...
A correct solution is provided here, the documentation should be updated: https://stackoverflow.com/a/45274620/2572827
@dylanblokhuis How did you install the MySQL extension? When starting WordPress using the latest `dunglas/frankenphp` Docker image I get an error about missing `mysql_connect()`: ``` Fatal error: Uncaught Error: Call...
MiniSub works by reading and setting cookies in the browser. It's possible to build a query string that automatically fills out and saves the user credentials, it looks like this:...
:+1:
Any news on this?
@SteveALee > However, last time I looked at the code Svelte generated (probably back when v3.0 launched) it generates the minimum dynamic content through javascript and deploys a minimal 'framework'...
@koengabriels I'd start with the [wp plugin verify-checksums](https://developer.wordpress.org/cli/commands/plugin/verify-checksums/) command. It [seems to call an API](https://github.com/wp-cli/checksum-command/blob/main/src/Checksum_Plugin_Command.php#L20) to fetch checksums. Example URL: https://downloads.wordpress.org/plugin-checksums/jetpack/10.6.json However the API seems to only contain the hashes...