Pietro Peterlongo

Results 321 comments of Pietro Peterlongo

> We already have "smile" support in the RST parser - see https://github.com/nim-lang/Nim/blob/devel/lib/packages/docutils/rst.nim#L75. > Maybe we should extend it instead? > > (Nim forum uses that exact RST module for...

good to know. I realized later that [`nimble path` ](https://github.com/nim-lang/nimble#nimble-path) partially adressed my requirements: it will list the latest version compatible with requirements listed in the nimble file (which, if...

I also noticed there is an extended documentation that will come out in 1.6 (currently in devel): * https://github.com/nim-lang/Nim/blob/devel/lib/packages/docutils/rst.nim#L1 * https://nim-lang.github.io/Nim/rst.html (is this the correct link to devel docs? I...

Option 2 would not allow to have different checkbox with multiple colors, right? E.g. a snake example with a green snake and red "apples". What I was curious about is...

ah, yes, I did not see that example, nice! I do agree that checkboxland is probably better off without this, but I guess it also does not hurt to have...

I have been using https://plausible.io/ to track analytics on some nim projects: https://github.com/pietroppeter/pietroppeter/blob/main/README.md A nice thing about plausible is that you can make your dashboard public and everyone can see...

Plausible made a tool to import historical Google analytics data into their solution: https://plausible.io/docs/google-analytics-import Btw, what is the current total monthly pageviews (average over the months)?

use `values=my_context.toValues` (added in #9, example of usage [mustache specs](https://pietroppeter.github.io/nblog/drafts/mustache_specs.html))

interesting reference https://snufk.in/blog/ssg-2.html

Other useful reference: https://kevincox.ca/2022/05/06/rss-feed-best-practices/