Kiko Fernandez-Reyes

Results 22 issues of Kiko Fernandez-Reyes

The reference of an image, e.g. `![](MEDIA/assets/art-artist-artistic-316465.jpg){#figure:intro}`, when converted to ePub v2, creates the following HTML: ```html ``` When I run the epub checker `epubcheck-4.0.2`, it throws the following exception:...

This` PR adds a missing case on how to write test case groups. The missing case is that one can perform function calls at any point of the test case...

team:PS

This PR adds type specs to the API of the `http_client` app, file `httpc.erl`. I have updated the XML documentation to use the type specs from `httpc.erl`and this fixes #6245

team:PS
testing
in progress

The documentation in [Section 5.8 Test Case Group](https://www.erlang.org/docs/23/apps/common_test/write_test_chapter.html#test-case-groups) declares the syntax to be the following: ``` groups() -> GroupDefs Types: GroupDefs = [GroupDef] GroupDef = {GroupName,Properties,GroupsAndTestCases} GroupName = atom() GroupsAndTestCases...

team:PS
documentation
bug

conversor from markdown to `erlang+html`. `shell_docs` needs documentation in `erlang+html` format, so that it can render the documentation attributes correctly in the shell. documentation attributes are written in markdown and,...

team:VM

Exports types mentioned in the documentation of supervisor, gen_server, and gen_event Closes #6893

team:VM
stalled

as per OTP pull request [#7717](https://github.com/erlang/otp/pull/7717), duplicate annotation variables that have different types will not be allowed in OTP-27. this PR simply re-writes the type specification so that it is...

The error thrown by the typechecker when, by mistake, we return different results is quite confusing. It refers to a `Bottom` type. For example the following program: ``` python def...

bug
error message

Based on the paper "Attached and detached closures in Actors", I would like to see if this idea seems interesting.  This RFC proposes a way to run attached closures by...

Hi, I was trying to use a simple high-order function but I am not sure I got this correctly. The original function is here: ```ruby fun filter[a](fn : a ->...

enhancement
feature request
Kappa