Reece Como

Results 21 issues of Reece Como

As a maintainer of multiple repos, it would very nice if there was a way to configure organisation defaults (without needing to specify a `.github/boring-cyborg.yml` file, but optionally being able...

enhancement

Currently only basic label config is supported: ```yaml labelPRBasedOnFilePath: schema: - database/migrations/* ``` Supporting more advance options (specifically `color` and `description`) would add a lot of power to the tool...

enhancement

**What is your feature request** Support Carthage dependency manager https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework **What problem would it solve** Allow developers who use Carthage dependency manager to take advantage of XRouter

enhancement
help wanted
good first issue

We should treat Simplified Chinese and Traditional Chinese as two completely seperate languages. There's obviously more nuance to it than that, but echoing #6 and #80, its super important to...

Monitor color becomes tinted entirely green, and requires a hard reset on the monitor itself to correct. Doesn't happen every time, seemed to occur mostly after setting timed brightness transitions....

### Description I totally understand the motivation for noisy loud warnings, but it would be fabulous if these warnings could be toggled off somehow. It's very noisy in the clients....

### Description It would be stellar if PIXI.js natively supported changing a sprites parent while retaining the existing visual position (position, rotation, scale). i.e. ```ts sprite.setParent(newParent, { preserve: true });...

🙏 Feature Request

### Current Behavior DisplayObject.parent is typed as `Container`. This causes type inference to be incorrect, and the popular `@typescript-eslint/no-unnecessary-condition` lint rule throws violations. ### Expected Behavior DisplayObject.parent would be more...

## Describe the bug A YAML schema fails to parse. ``` Unable to parse content from '[...]/_schema/configSchema.yml': Parse error at offset 0.YAML(768) ``` Works correctly in other IDEs, but not...

needs-info

#### Expected output ```yaml - label: ":bash: My pipeline" commands: - script_a.sh - script_b.sh timeout_in_minutes: 20 ``` #### Failure cases ```javascript new CommandStep(['script_a.sh', new Command('script_b.sh', 20)], ':bash: My pipeline'); //...