José Paulo

Results 13 issues of José Paulo

If so, could you give an example of how to do it?

feature

https://snipboard.io/XbB5rV.jpg If so, could you give an example of how to do it?

feature

Why is the gcc version of MinGW on the Nim for Windows downloads page still using an older version? Any problems with newer versions? I've been using version 8.1 for...

When a procedure with the same name as a generic template is added and then this generic template is called from a generic identifier, the compilation gives an error. ###...

I needed to build gcc 5.5.0. I have used your excellent script before with success in the past. So, I cloned the repository and tried to do the build process...

`parseRowData()` before this PR, the inner loop would not return to the scope of `parseSheet()` until `xmlEof`. In my view this was a mistake and will also facilitate what I...

I was trying to parse this [sheet](https://github.com/ringabout/xlsx/files/12371000/milionaria.xlsx), but the package currently doesn't support this edge case, because in the sheet1.xml file there are namespaces in the tags, as well as...

All inline code with backticks is not being rendered with a background, which makes it difficult to distinguish an inline code from the rest of the text. This problem occurs...

I was installing nimlangserver with nimble and noticed that it always downloaded the Nim compiler, compiled csource, koch, compiler, tools... an unnecessary and slow process for those who have the...

`BCryptGenRandom` is not present in Windows XP, but has `CryptGenRandom`. I believe this can be discussed.

stale