Apolo Pena

Results 22 issues of Apolo Pena

**Describe the bug** When [using an access token](https://github.com/github-changelog-generator/github-changelog-generator#github-token) via ENV variable 'CHANGELOG_GITHUB_TOKEN' and then generating a changelog with: - `github_changelog_generator -p myproject -u myproject-at-some-github-repo` The output log shows that a...

bug
help wanted

```js const sum = Number(req.query.a) + Number(req.query.c) ``` should be ```js const sum = Number(req.query.a) + Number(req.query.b) ```

Is this even possible?

enhancement
help wanted

### Describe the bug [Gitpod no longer supports Theia](https://www.gitpod.io/blog/cloud-ide-history) as a browser editor so `gitpod-laravel-starter` should not either simply removing the `.theia` directory from this repository should fix the bug...

in-dev-qa
task

### Describe the bug The the 'additional context' section of the feature request section of the Feature request issue template is incorrect ### Screenshots ![image](https://user-images.githubusercontent.com/3060702/160224798-591e8b32-7a69-46f3-919d-88291cda333a.png) ### Steps to reproduce ###...

bug

## Problem this feature will solve Updating a project built with `gitpod-laravel-starter` is quite a pain. Without knowledge of the of some of the inner workings of the system, a...

enhancement

## Problem this feature will solve Uninstalling `gitpod-laravel-starter` is too complicated and undocumented. Automated production deployment systems would need to be updated each time a new version of `gitpod-laravel-starter` is...

enhancement

## Problem this feature will solve Updating `gitpod-laravel-starter` is too complicated and undocumented. ## Background See https://github.com/apolopena/gitpod-laravel-starter/issues/211 ## Proposed Solution See https://github.com/apolopena/gitpod-laravel-starter/issues/211 ## Constraints and Assumptions ## Alternatives or Workarounds...

enhancement

## Problem this feature will solve Installing `gitpod-laravel-starter` is too complicated. ## Background See https://github.com/apolopena/gitpod-laravel-starter/issues/211 ## Proposed Solution See https://github.com/apolopena/gitpod-laravel-starter/issues/211 ## Constraints and Assumptions ## Alternatives or Workarounds ## Additional...

enhancement

## Problem this feature will solve As it stands a project built on this project will use the files from this project but with no real ties to the repository...

enhancement
in-dev-qa