Stian Brattland

Results 8 issues of 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...

Bug: Needs Confirmation 🧐

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...

Platform: Java
TraceContinuation

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...

enhancement
seeking sponsor

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...

FeatureRequest

**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...

bug

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...