Devon Bagley
Devon Bagley
You are adding a function to return the same tokens that the developer has passed as an argument to begin with? I don't think this is a solution to issue...
This is possible using a `must` callback believe.
When you access the command values it actually parses the argument list, and sets the values for every option. At this time there is a flag preventing it from re-parsing...
The user creating the command should validate the value being supplied to default is an acceptable default. While this type of error could be caught, it should be left up...
ChatProvider is either not being imported, or is not extending the \Vinelab\Minion\Provider class.
This is rather vague. Clarification is needed for this feature. Is this about using Minion to provide authentication service for authenticating a session on the WAMP server, or allowing Minion...
I would need more information about your use case, and what you are trying to accomplish to answer that first question. There is nothing preventing you from using minion or...
Pretty late to the party...sorry. There is no simple answer to this question unfortunately. There are a ton of methods that you could use to do this. Here are a...
Requires #21 because of the dependency change to thruway/client. Will commit unit tests once #21 is merged. - [x] merge #21 for dependency thruway/client - [ ] Add unit tests...
Payload transparency isn't in the spec for a reason. All participating clients need to be able to encode/decode the payload format independently. While this is a feature of Crossbar (A...