AF

Results 22 comments of AF

Actually Julia defines some conventions in the [documentation](https://docs.julialang.org/en/v1/manual/documentation/) or more accurately in [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/). Arguments are actually introduced with: ``` """ ... # Arguments - `n::Integer`: the number of elements to...

the format is currently wrong ("- `\t%s::%s` is $1") It should be "- `%s::%s` : $1"

According to the documentation: - in [struct](https://docs.julialang.org/en/v1/manual/documentation/#Types) each field can be documented independently with no need of adding `arguments` in the struct docstring. - in [arguments](https://docs.julialang.org/en/v1/manual/documentation/#Functions-and-Methods) there is a `:`...

In pull request #138 there's an attempt to improve the render of annotation. Just a few clarifications: - `uniPDF` has some annoying bugs with annotations, so I had to print...

Moreover, **Installation** section suggests indirectly to use the `main` branch, which, I think, is for develop purpose, instead of download the latest release or use the branch `release-`.

A version variable in `reStream.sh` should be created. To get the version of `restream` binary, `restream --version` works already. One should check that the version of the two files is...

> Instead of only throwing an error, it would be a bit more user-friendly by suggesting to perform the instalation/update automatically, but only if the user explicitly allows this. Not...

I have a rm2. I haven't seen this issue. However, I don't understand how you can have **_zero_** pages?

`nvim-compe` master I know it happens with texlab. I don't use other lsp so often in this period.

> Could you check if you have the same issue with compe@`4b3ade1`, which is the last version I used. I tested using master and this commit. I got the same...