Pietro Peterlongo
Pietro Peterlongo
tested with [0.8.4 recent release](https://forum.nim-lang.org/t/9285) installing on windows and had a very minor issue, thanks for the release! When installing and temp directory is non existing there is an error...
In order to do finalize a translation we will need to parse the markdown in `words.md` into html. I was expecting that [pandoc ](https://pandoc.org/) would work out of the box...
hi, nanim looks great, thanks for making this! I am having trouble understanding the size and positioning of the canvas and it seems to me it is not what I...
the first commit: - refactors render functions - add type RenderOptions - add a render function that can create a video without the need to pass command line options the...
ran into it while trying this library for [today's aoc](https://adventofcode.com/2021/day/16): ``` import binaryparse, streams block: let test1 = newStringStream("\xD2\xFE\x28") createParser(packet): u3: version u3: typeId var data = packet.get(test1) dump data...
The PR that nimble creates when adding a package has an empty text. It would be nice to add as text at least the url of the package (but probably...
maybe there is already a way to do it, but I could not find it. it would be nice to have a way to list the versions installed for a...
Hi, I recently published a small package to give nim emoji support, [nimoji](https://github.com/pietroppeter/nimoji). Yesterday I ran into [this](https://forum.nim-lang.org/t/6096#37898) post on the forum (cit. "[pls. imagine a "heart" icon here which...
I ran into a weird behaviour that I was able to minimize in the following example: ```nim import markdown let text = """ ## title some text: - one point,...
issue explanation: - distance is initially computed as a timedelta in nanoseconds - the fix for end of date range `distance[distance > 183] = 365 - distance[distance > 183]` fails...