Thomas Francis

Results 7 issues of Thomas Francis

`~/Documents/vscode-glean master ❯ npm install > [email protected] postinstall > node ./node_modules/vscode/bin/install Detected VS Code engine version: ^1.23.0 Error installing vscode.d.ts: Error: Request returned status code: 404 Details: Error Cannot GET...

The scaffolded page differs quite a bit from the tutorial. Please compare and review `index.cshtml.cs` for the tutorial and what is actually generated by the scaffolding. --- #### Document Details...

Source - Docs.ms
doc-idea

react-oidc-context\example\index.tsx: Invalid Version: undefined `cd example` `npm i` `npm start` results in an error

Test coverage is needed for the Ring and Spiral static methods in GridGenerator.tsx for the GridGenerator.test.tsx test file. Creating the test shouldn't be difficult.

beginner

Running the following command to test the GridGenerator static methods shows all tests pass. - `npx jest test/src/GridGenerator.test.tsx` However, running the following command to run all tests show that a...

beginner

Make a comment on what the `PixelToHex` function does in `HexUtils.ts` I don't know what it does.

beginner

I hail from the land of [Yew](https://github.com/yewstack/yew). I'm working on a [request](https://github.com/yewstack/yew/issues/245) from a user to build a to-do app for todomvc. If you need examples, there are [plenty](https://github.com/jetli/awesome-yew). And...