Marcelo Sousa

Results 39 issues of Marcelo Sousa

Unless I'm missing something in the documentation, there's no way to update the license and apply this change in the relevant files. This is particularly important when the year span...

There were some issues with the build process with: `go version go1.18 darwin/amd64` `Ragel State Machine Compiler version 6.10 March 2017` `macOS Monterey (12.4)` This pull request updates to go1.18...

On executing the following on bigquery: ``` SELECT name, login, prNum, created_at, action FROM ( SELECT repo.name, actor.login, JSON_EXTRACT(payload,'$.action') AS action, JSON_EXTRACT(payload,'$.number') AS prNum, JSON_EXTRACT(payload,'$.pull_request.created_at') AS created_at, FROM `githubarchive.month.202002` WHERE...

Hi! Unless I'm missing something, the percentile computation was incorrect. For example, 50th percentile was not matching the median in the distribution [1, 2, ..., 10] which is 5.5. This...

**Describe the bug** It is possible that due to misconfiguration, the action can be triggered on unintended events. At the moment, that would make the action fail badly, e.g: https://github.com/dukex/menon/runs/7284232626?check_suite_focus=true...

bug

**Is your feature request related to a problem? Please describe.** It's super annoying to open a pull request and realize that it has git conflicts. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** At the moment, we have a hack to parse Aladino types in the `lex.go` file. **Describe the solution you'd like**...

enhancement

**Describe the bug** It seems that adding the Show model to a pull request, e.g. https://github.com/reviewpad/reviewpad/pull/302 induces the action into a loop!

bug

**Describe the bug** In the following pull request (https://github.com/reviewpad/reviewpad/pull/304) since the reviewpad.yml file was changed, we were suppose to run in the safe mode whereby we use the newly updated...

bug

**Is your feature request related to a problem? Please describe.** Reviewpad already has a basic import loader mechanism but it is quite painful to use because it requires a downloadable...

enhancement