Shaun Hamilton

Results 61 issues of Shaun Hamilton

Since `3.0.0`, the version of the CLI is tied to the version of `freecodecamp-os`, and should be able to perform some of the tedious migrations from major versions.

priority: low
type: feature

Currently, images in the Markdown do not get rendered because they are not served in the client. The images: 1) Need to be served 2) Need to be pathed relative...

type: feature

Clicking "Reset Step" should not delete specific files (e.g. keypairs, etc.)

Need to properly add the workflows and `t` functions to allow for translations.

priority: low

## Is your feature request related to a problem? Please describe After opening a Gitpod workspace, it would be useful to be able to view the Docker/build logs for the...

meta: stale
feature: prebuilds
feature: docker in workspaces
aspect: gitpod loading process
feature: gp validate

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...

status: waiting review
platform: api

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: learn
scope: i18n

### Bug description Adding doc comments on models/fields with `///` show in the intellisense, **until** the client is extended: Without Extension ![image](https://github.com/prisma/prisma/assets/51722130/c556173b-2e7a-42e6-9b74-0836ddb577b2) With Extension ![image](https://github.com/prisma/prisma/assets/51722130/35e3bcc6-dc62-478d-a59b-d93fa1e10f24) ### How to reproduce 1....

bug/1-unconfirmed
kind/bug
tech/typescript
domain/client

**Problem Statement** A client makes two, rapid requests that result in updates to the user record. This is mostly apparent in the logic around submitting `completedChallenges`: https://github.com/freeCodeCamp/freeCodeCamp/blob/4b96fa9a2749a1c2cb74495d8ca3a9ebe0c68ad9/api/src/utils/common-challenge-functions.ts#L171C1-L176C26 Currently, the api...

type: bug
status: discussing
platform: api