adams-family

Results 23 issues of adams-family

I read multiple posts about `ddcctl` not working with USB-C or Thunderbolt docks and I can confirm that. I have returned two docking stations only because DDC commands wouldn't work...

hwdebug
feature request

I've been using `ddcctl` on my Display with MacBook Pro 2018 (Intel) - worked perfectly, I'm addicted to it. Now I've replaced my laptop with a MacBook Pro 2021 (M1),...

I've been using `jest-tobetype` in my project and I love it. Recently I was forced to convert my project to TypeScript (due to NRWL integration) and I cannot make `jest-tobetype`...

Hi, it seems to me that the DuckDuckGo example from the main MD document is not working: ```const Nightmare = require('nightmare') const nightmare = Nightmare({ show: true }) nightmare .goto('https://duckduckgo.com')...

I'm using `SDWebImage` in order to preserve data bandwidth with `.refreshCached` in order to update images from time to time: ``` WebImage(url: url, options: .refreshCached, options: .refreshCached) ``` This works...

usage

Hi @dreampiggy, great library! I wanted to ask if it is possible to programmatically update images in disk cache in case that the original files have changed on the web?...

I have the following setup: I want to daisy chain some more events after the light has been turned on, for example saving it's last state. My problem is that...

Hi, My app crashes as soon as I add the following line of code: ``` export class HomeComponent implements OnInit { items: Array; _player: TNSPlayer; constructor(private _itemService: DataService) { console.log('ok');...

## 🐛 Bug Report LiveStream playback doesn't resume after calling `CrossMediaManager.Current.Play()` being paused for a long time (iOS). The player state is stuck at **Buffering** and never resumes. ### Expected...