Chris Jones

Results 7 comments of Chris Jones

It may only be necessary if you’re doing wallet stuff? https://github.com/pete001/php-eos-rpc-sdk/blob/d3fe896b66fdbd4871c8220e3849a8ebff5b246e/src/WalletController.php#L53 I have a private key already, going to try to push a transaction without KEOSD defined and will let...

Not sure exactly, but there’s another font that v5 doesn’t support and figured it might be better to just have a version that fully supports v6 unless there’s an easy...

That sounds amazing! My app dev was mentioning some performance improvements that could be made. On Fri, Oct 6, 2023 at 3:48 PM Matt Maddux ***@***.***> wrote: > Will try...

I’m assuming there’s a better default for this than `null` but I’m not that familiar with the rest of the code.

@rinatkhaziev here are the constants in my `wp-config.php`: ``` define( 'DB_NAME', 'local' ); define( 'DB_USER', 'root' ); define( 'DB_PASSWORD', 'root' ); define( 'DB_HOST', 'localhost' ); define( 'RO_NAME', 'local' ); define(...

When I tail my logs locally, I do see several instances of this error: ``` WordPress database error 2022-06-22 14:47:11 Can't select global__r - 'referrer' => 'wp.local/', 'server' => ,...