Results 5 issues of Caleb

I'm trying to make a Macro recording program with Pynput where listeners need to be switched at variable times. Therefore I'm trying to start mouse and keyboard listeners and then...

The enhancements list indicates that Swift Package Manager support has been added yet trying to add it via Swift Package Manager fails because there is no Package.swift. Is SPM support...

Bug
stale

When building my unit tests, the MockingBird build phase shell script spams the logs seemingly infinitely (or at least until Xcode seizes up) with the following warning: ``` Ignoring unknown...

Server messages sent by a StompBrokerJS server don't have the `destination:` header described in the [STOMP protocol for server messages](https://stomp.github.io/stomp-specification-1.2.html#MESSAGE). This line https://github.com/4ib3r/StompBrokerJS/blob/04ca0d3587c75f8798a55634ec582c065bdc80ad/stompServer.js#L356 sets the subscription header with the destination...

## New Feature Request Checklist - [x] I searched the [existing GitHub feature requests](https://github.com/birdrides/mockingbird/labels/enhancement) ## Overview Right now only async methods are mockable using Mockingbird, would love to see support...

enhancement