Stian Brattland
Stian Brattland
When connecting to a VPN service via cable, the network icon shows no indication of this as nm-device-wired-secure.png is missing.
## Issue description When you `Amplitude.skipTo()` to a new location for the currently playing audio, a request is being made for the URL of the audio. This happens every time...
The OKHttp documentation recommends the following usage pattern: > The best practice in OkHttp 3 is to create a single OkHttpClient instance and share it throughout the application. Requests that...
### Problem Statement I've got a quite simple Java application where the main thread at some point kicks off 10 worker threads, and wait for those threads to finish. The...
The PHP XML client currently parses all data as `string`. I'd really like it to at least parse boolean values as `boolean`, but I'm uncertain about the consequences. If anyone...
Hi, Would it be possible to implement a feature which automatically tags e-mails as "salesforced" once they have been added to salesforce? I'm thinking of an automated way of right-clicking...
**Description** When you format a `.py` file in Python, the cursor jumps to the end of the file - regardless of the position of the cursor prior to formatting. This...
I once did a fork of the 3.2 version of this repository, and added support for reuse of the OkHttp client across multiple requests (`HttpCommand`instances). This change worked well for...