Andrew King

Results 26 issues of Andrew King

Seeing this on Windows in Log (Extension Host)... ``` [2021-11-11 10:37:03.781] [exthost] [error] RangeError: Maximum call stack size exceeded at HexdumpStatusBar.dispose (...\.vscode\extensions\slevesque.vscode-hexdump-1.8.1\out\src\statusBar.js:26:14) at HexdumpStatusBar.dispose (...\.vscode\extensions\slevesque.vscode-hexdump-1.8.1\out\src\statusBar.js:28:41) at HexdumpStatusBar.dispose (...\.vscode\extensions\slevesque.vscode-hexdump-1.8.1\out\src\statusBar.js:28:41) at HexdumpStatusBar.dispose...

Consider moving platform compile info to its own doc, or link to website

documentation

In this last stage, a user should be able to create their own package repository and it to their project. Chalet would check the urls, and pull them down somewhere...

enhancement

At this stage, a primary repository should be built. It's more or less the same as the local one that was created in stage 2, but all the kinks with...

enhancement

At this point, in-project packages should be as done as they can be. "Local to machine" means there's some kind of repository structure that describes packages and versions. A package...

enhancement

In-Project means the build targets describe what `links`, `staticLinks`, `includeDirs`, `libDirs`, `searchPaths` that are needed (maybe others). A target that depends on such a build target simply `requires` it, where...

enhancement

The wip exploration is in xcode-project.json and the "Build: Release (Xcode)" task, and hook into XcodeGen via Swift. https://github.com/yonaskolb/XcodeGen My original thinking: > 1. Generate an xcode-project.json (into the build...

enhancement

CODE_OF_CONDUCT.md CONTRIBUTING.md

documentation

No dependency management yet at all. At the moment, the native-experimental strategy is used as the default in CI builds since deps are not needed there, but locally, it's not...

enhancement

Looks like Apple clang (from Xcode 13.0) is still a no go. GCC 11 (from homebrew) has some functionality

enhancement