Pablo Núñez
Pablo Núñez
This fixes a bug in the end value of a range when `overscanCount` is provided. It's an off by one error where the end exceeds the list limit. E.g. if...
### Describe the bug gh version 2.42.1 (2024-01-15) https://github.com/cli/cli/releases/tag/v2.42.1 For this [Custom Properties endpoint](https://docs.github.com/en/rest/repos/custom-properties?apiVersion=2022-11-28#create-or-update-custom-property-values-for-a-repository), we need to pass a JSON with an array of objects. But neither the `-f` or...
Auto-Import always generate a relative path, like: `import { b } from "./moduleB"` Instead, I'd need to use non-relative paths, like: `import { b } from "root/src/moduleB"` It would just...
example.com is not resolving DNS, which is causing Edge not to discover the tab. Fixes #23 @nickmccurdy suggests on the issue a deeper fix by not using a temporary URL,...