Pietro Peterlongo

Results 126 issues of Pietro Peterlongo
trafficstars

detail better which are the target use cases and which are the respective workflows: * single article/document (similar to outbook of jupyter notebook): simple workflow, compile and run * collections...

documentation

I like the fact that I can output both html and markdown at the same time. It allows me to have both a html documentation and readme style documentation directly...

enhancement

using nim 1.4 on Windows and nim-random 0.5.7, the following file: ```nim import random/urandom echo urandom(16) ``` gives the following error: ``` C:\Users\ppeterlongo\nimcache\x_urandom_d\@[email protected]@[email protected]@[email protected]: In function 'urandomInit__I9c059c8UXWLwo8XePhclOUw': C:\Users\ppeterlongo\nimcache\x_urandom_d\@[email protected]@[email protected]@[email protected]:423:84: error: 'PROV_RSA_FULL' undeclared...

hi, nice work! ran into this today because of https://tomicapretto.github.io/posts/2022-06-26_tidypolars/ I think from documentation I could not find any link to GitHub repo, it would be helpful to add one....

documentation

this Italian translation started (Jan 3) when I realized it would have been super easy to make starting from the original source. It was targeting a group of friends passionate...

people using this service are growing and if that number keeps going up I might hit my limits of views for plausible analytics. but there is an option: I could...

with https://github.com/nim-lang/website/pull/339 we added plausible analytics to the website which are now publicly visible here: https://plausible.io/nim-lang.org as a follow up on that I see the following steps: - [x] [import...

we should be able to edit readme without the need to compile stuff. if anything we can do the opposite and have index.nim depend on readme.md.

documentation

as discussed with @HugoGranstrom, the plan is to move nimib and other nimib related repos to a nimib organization. the idea is that all nimib repo (e.g. nimib, nimibook, nimislides)...

2023H1

- it would be nice to have a background with snow! - nice post of doing snow in js: https://www.javascript.christmas/2020/16 - need to solve on how to have the canvas...