Dave Nicolson

Results 116 issues of Dave Nicolson

Fixes #654.

parser
xsmall-diff

This allows removing a video from watch history using the `/feedback` endpoint. Types haven’t been added as this endpoint seems unique unlike `IParsedResponse` types.

parser
small-diff

### Steps to reproduce 1. Run this after copying the cookie from YouTube: ``` const youtube = await Innertube.create({ cookie: 'xxx', }); console.log(await youtube.getPlaylists()) ``` ### Failure Logs ```shell throw...

bug

### Steps to reproduce 1. Navigate to https://www.youtube.com/playlist?list=WL while logged into two accounts 2. Attempt to fetch the Watch Later playlist from the secondary account ```javascript const youtube = await...

bug

This fixes the following error on Chrome, which prevented the script from working: ``` TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment. ```

This fixes: ![PixelSnap 2024-09-28 at 19 15 02@2x](https://github.com/user-attachments/assets/cca1eb1b-e1ea-4578-b42f-b7e0530ad938)

This adds the brightness characteristic only if the device supports it. Fixes #325. This also removes the `this.category === Categories.OUTLET` conditional as it is already evaluated at https://github.com/plasticrake/homebridge-tplink-smarthome/blob/e0de1be/src/homekit-device/plug.ts#L48.

This fixes the following error: ``` Extension 'rvest.vs-code-prettier-eslint' FAILED to handle event: TypeError: Cannot destructure property 'document' of 'undefined' as it is undefined. ```