Shaun Hamilton

Results 66 issues of Shaun Hamilton

- `shared/migrations/versions/` contains the various schema migration functions and types - `api/` depends on these types and functions - `tools/scripts/migrate/` depends on these types and functions - `tools/scripts/migrate/` contains the...

scope: tools/scripts

- [x] Boilerplate endpoints - [x] Boilerplate schemas - [x] Add token model to database - [ ] Finish endpoint impls - [ ] Finish schemas - [ ] Add...

platform: api

1) Navigate to a multifile challenge: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/review-algorithmic-thinking-by-building-a-dice-game/step-9 2) Input some code over multiple lines: ```js const updateScore = (selectedValue, achieved) => { totalScore += selectedValue.value; // some comment } ```...

type: bug
help wanted
platform: learn

Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/). - [x] My pull...

platform: api

### Describe the Issue The code should not be centered in the preview modal. ### Affected Page `/settings` or `/` ### Steps to Reproduce 1. Go to https://www.freecodecamp.org/sky020 2. Click...

type: bug
help wanted

**Changes** - Stricten-up `freecodecamp.conf.json` **Features** - Tests to be written in any language - How to switch test runner? - Use codeblock language marker - Allow annotations like `'''js,runner=python` -...

major
status: discussing