Christopher Buss

Results 24 issues of Christopher Buss

Currently we have to have sort-requires off as we override the `require` global. The following gets sorted incorrectly: ```luau local require = require(ReplicatedStorage:WaitForChild("Sonar")) local DisplayUtils = require("DisplayUtils") local Maid =...

bug

The CI for this tool stopped working at 5.7 due to a MapIterator change. This just bumps the version to let the CI work again. The tool likely stopped working...

Environment - OS: Windows 11 (MSYS_NT-10.0-26100) - Node Version: v22.20.0 - Package: @clack/prompts - Package Version: v1.0.0-alpha.6 Describe the bug After calling spinner.stop(), stdin remains in raw mode on Windows,...

bug

### Clear and concise description of the problem The `format/prettier` rule currently only supports JavaScript and TypeScript files unless providing a custom parser. ## Current Limitation The current implementation in...

enhancement
pr welcome

## Summary Implements XDG Base Directory Specification compliance for Lune's cache and state directories while maintaining full backwards compatibility with existing installations. - **Cache directory**: `$XDG_CACHE_HOME/lune` (fallback: `~/.lune`) - **State...

### Feature Request Checklist - [x] I have [searched for related issues](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues?q=is%3Aissue) and found none that matched my issue. ### Overview I'd like to be able to supply specific dependency...

type: feature
status: accepting prs

## Environment - Claude CLI version: 1.0.108 (Claude Code) - Operating System: Microsoft Windows 10.0.26100 - Terminal: PowerShell ## Bug Description When Claude AI (main thread or subagent) asks for...

bug
area:tools
area:core
autoclose

If a file uses the TypeScript export assignment syntax (`export =`), this does not get picked up by the 'no-export' rule. The rule currently supports ExportNameDeclaration, ExportDefaultDeclaration, and MemberExpression, but...

### Description Expose `catalogs` option to users via `pnpm` config. Previously `pnpm` was boolean-only, so users couldn't explicitly control the `catalogs` rule. Now accepts `{ catalogs: boolean }` to override...

## Summary This PR adds proper ES Module (ESM) support to the WASM package while maintaining full backwards compatibility with CommonJS. The package now works seamlessly in both module systems...