Roger Oba

Results 65 issues of Roger Oba

Hey 👋 I've recently spent some time fighting with SwagGen because it would enter a recursion when attempting to parse a given json spec. After much debugging, I narrowed down...

## Description If we pass `/Specs/PetstoreTest/spec.yml` through the online validator a https://editor.swagger.io, it throws these validation errors: Same goes for `/Specs/Rocket/spec.yml` (there're tens of errors on this one, they wouldn't...

Hey 👋 I've found an issue where code like this: ```js /** * This is a multiline * comment. */ public myProperty: MyClass[]; ``` Gets translated into this swagger json:...

Just fixed some typos and improved wording a bit :)

## Description My proposal is to have actions' environment variables displaying in the their Parameters table, e.g. this one: The environment variables would be a new column. This would save...

I confirmed these to be working on my repos. Related: https://github.com/probot/settings/issues/220#issuecomment-613741695 Resolves #220 Resolves #420 Resolves #458 ----- [View rendered README.md](https://github.com/rogerluan/settings/blob/patch-1/README.md)

I observed this when using `.xcode-version` with `13.0` instead of `13`. For some reason it installs the Xcode 13 Beta from June (which's probably the Beta 1), instead of the...

bug

Hey 👋 After the latest release https://github.com/rockbruno/SwiftInfo/releases/tag/2.3.14 I couldn't get SwiftInfo to work. On CI it triggers weird and misleading errors (e.g. Error: Unknown option '-u', although I'm not passing...

## Description This PR resolves #8 NOTE: This PR branches off of #7 , please review that one first. Since I can only work off of GitHub Forks, I can't...