Dief Bell

Results 11 issues of Dief Bell

We're using Geodesy in a React-Native Android app and are trying to upgrade from 1.1.3 to 2.2.0, however when trying to build and run we get the following error: >...

So I'm not sure if it's Dark Binding or just League client being stupid, but it seems that if I launch the League of Legends client whilst Dark Binding is...

This allows Private Extension Manager to load extensions from a file called `extensions.private.json` in the extension's global storage folder. It has the same format as for the workspace configuration file....

Private Extension Manager is showing extension versions that are incompatible with the version of VS Code it's running on. Is this a bug, or are we expected to check this...

### Version - 0.1.10 - 0.1.13 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? `bun install` prints to `stderr` i.e. `bun install 1>/dev/null` still...

bug
need repro

**Description** ```bash C:\Users\Dief\Documents\Source\GLFW\rewrite-test\node_modules\tspath\parser-engine.js:331 log(chalk.red.bold("Missing required field:") + " \"" + chalk.bold.underline(key) + "\""); ^ TypeError: chalk.red.bold is not a function ``` **Notes** Chalk version installed is currently 2.4.2, however I've...

Is it possible to either launch my express server prior to running my postman tests, or to run postman from a script (so that I can manually start my server...

- Added Prettier and script to prettify built JS. Auto-runs after building ts. - Added ESLint and script to run it. Auto-runs before building ts. - Added Husky pre-commit hooks...

Wasn't working if a mapping pointed to a directory outside of the source directory, fixed by using a different approach for paths. Branched off the branch from my PR here:...