Piotr PAWLICKI

Results 4 issues of Piotr PAWLICKI

Per my understanding, RabbitMQ requires using a _channel_ (`lapin::Channel`) within a _connection_ (`lapin::Connection`) in order for a Publisher to send messages. Unfortunately, I'm struggling to recycle `deadpool_lapin::Connection` objects provided by...

enhancement
A-lapin

Current CI workflow does not perform any testing on the codebase - which in fact does not include any unit or integration tests. The lack of testing lowers the confidence...

Update Rust integrations examples to reflect changes introduced in latest releases: - using `Instance.exports.get(...)` instead of `Instance.func(...)` - as per depreciation warning - introduction of `Store`, `Module`, `NativeFunc` and `Function`...

🎉 enhancement
📦 Rust

**Describe the bug** When cloning a subsite in a multisite install using export/import, the source subsite domain is updated to the target subsite URL. **Steps to Reproduce** 1. `wp mu-migration...

type:bug