Adam Johns
Adam Johns
Fixes #104
The `device_arrived` and `device_left` callbacks are never hit for me on macOS 12.4.
Allow someone to set their own custom click listener for media messages. Fall back to default full screen click listener if one isn't manually set. ```java MediaMessage message = new...
It would be nice to be able to easily add a message to the top of the messages with something like: ```java slyceMessagingFragment.insertNewMessage(0, message); ``` with a method signature: ```java...
macOS 11.1 LimeChat 2.47 When I connect my macbook pro to its power adapter (or disconnect it from the power adapter), I'm automatically disconnected from all servers in LimeChat.
https://github.com/nickoneill/thatthinginswift/blob/master/content/write-your-own-api-clients-swift.md I had to make `paramString += "\(escapedKey)=\(escapedValue)&"` to unwrap like `paramString += "\(escapedKey!)=\(escapedValue!)&"` to get this to work
Is this even possible to save on a profile? Or does this require controller emulation like DS4Windows uses?
**Describe the bug** My app is live and in production. I see the below screenshot after signing in using the `ISingleAccountPublicClientApplication` `signIn` method. My device is already registered in Intune...
I've been using 0.5.0 for a while now. All of a sudden today when running a build, I get: ``` * What went wrong: Execution failed for task ':app:androidDependencies'. >...
**Problem description** There is no way to create a branch from a tag in the Command Palette. **Preferred solution** It would be nice if the Command Palette had an option...