Kahlil Abreu

Results 27 issues of Kahlil Abreu

As per the [issue](https://github.com/gothinkster/realworld/issues/312) in the RealWorld repo, if I understand correctly, if this project has a valid CI pipeline that builds successfully, it would get merged into the repo?...

Hey, I came across this listed on the ZuriHac website and I wanted to know if there are any specific issues that you have in mind for the hackathon? I...

Would it be possible to include this or to make a hacky fix via CSS (if you could point me to the file or the CSS `class` or `id`) ?

enhancement

I'm using `ghc-exactprint` to modify some source code. I parse a haskell module using `parseModuleFromString` and obtain `(Anns, ParsedSource)` Then I modify that `ParsedSource` and obtain a new `ParsedSource`. I...

In this case, the endpoint would be just the base url. We need to discuss how Webapi would handle this and consequently how we will be handling this in `webapi-swagger`....

Webapi-Swagger
Needs Discussion

Delete all contents (if any) at the location of the `FilePath` given before generation so that any existing generated code is removed.

enhancement
Webapi-Swagger
New State & Types (Migration)

Import Global Type (Definition) module as qualified and generated Types used from this module as qualified. Also remove unnecessary imports (Lens, other imports for instances)

Webapi-Swagger
New State & Types (Migration)

Add the original name of a type/object as it appears in the `Swagger` (2.0) doc. This is done in order to preserve the original name for the instances that we...

Webapi-Swagger

In the GitHub Swagger [File](https://github.com/APIs-guru/openapi-directory/blob/master/APIs/github.com/v3/swagger.yaml#L4113), we encountered a Path with the following format : ``` '/repos/{owner}/{repo}/compare/{baseId}...{headId}': ``` This is quite a special case and the code is currently not configured...

Webapi-Swagger
Needs Discussion
Dependent

As per the Swagger 2.0 spec, [Responses](https://swagger.io/docs/specification/2-0/describing-responses/) (Reusing Responses sub-section) can be defined as `Inline` (already currently handled) or `Referenced`. If `Referenced`, they can be referencing either defined types in...

Webapi-Swagger