Remy Jette

Results 8 issues of Remy Jette

Prior to #278, headers for `/include/node` (or `/src`, `/deps/v8/include`, `/deps/uv/include`) would be included even when nan/node-addon-api were located. Now, this seems to be an either-or situation. My project *mostly* uses...

Seeing this in Azure Pipelines now: > DEPRECATION: azure-devops is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is...

The "Contributing" section of README.md states that this "This project welcomes contributions and suggestions" However, nearly every file in `azure-devops/azure/devops` states ```py # Generated file, DO NOT EDIT # Changes...

### Description Thanks for getting macOS-13 up and running! I just gave it a quick spin on my project. Every single one of our jobs starts with ``` - task:...

needs eyes
feature request

## What is this fixing or adding? The summary row added in #1965 always shows the status of the entire multiworld, regardless of any filter settings applied. This post in...

is: enhancement
affects: webhost
waiting-on: peer-review

## What is this fixing or adding? If a NamedRange has a `special_range_names` entry outside the `range_start` and `range_end`, the HTML5 range input will clamp the submitted value to the...

is: bug/fix
affects: release/blocker
affects: webhost
waiting-on: peer-review

## What is this fixing or adding? Today the BizHawk Client calls `argparse.ArgumentParser.parse_args` with no arguments, so it parses the entirety of `sys.argv`. If BizHawkClient is invoked via the Launcher's...

is: bug/fix
affects: core
waiting-on: peer-review

With clang, formatting `year_month_day` only compiles in Compiler Explorer on trunk. 18.1.0 and earlier do not compile. If I switch to `-stdlib=libc++`, it doesn't compile on trunk either. With GCC,...

enhancement
help wanted