Coor

Results 4 issues of Coor

I have a Mqtt client defined in a class entity like this: ```php Class demo { private $client; /* constructor */ function __construct($host, $port) { $client_id = SnipsUtils::generate_client_id(); $this->client =...

Hello, Please refer to my stackover flow question. The first answer found a potential bug. https://stackoverflow.com/questions/58878192/cannot-borrow-xxx-as-mutable-more-than-once-at-a-time-when-using-mpds-query/58879004#58879004

I am able to execute the test and build: Compiler complains: ```bash error[E0282]: type annotations needed --> src/touchbar.rs:824:25 | 824 | msg_send![cls, minimizeSystemModalTouchBar: old_bar]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a...