Pietro Peterlongo

Results 126 issues of Pietro Peterlongo
trafficstars

with a recent installation of nimpy on Mac (M1), the following does not work: ```nim import nimpy let py = pyBuiltinsModule() discard py.exec("sum([1, 2, 3])") ``` and throws error ```shell...

### Abstract the idea is to be able to `import std / algorithms` to import module that contains algorithms like sort and search. ### Motivation **tldr;** I always forget, you...

```nim import strutils import unicode import unicodedb/names template echoRune(n: int) = let name = Rune(n).name if name.len > 0: echo "U+", toHex(n, 4), " ", name for n in 0...

the test using optimize api is skipped and mark as "failing with newer versions of z3": https://github.com/zevv/nimz3/blob/master/tests/test1.nim#L204 I was able to reproduce the failure but also a slight change of...

I am yet again making a new set of slides with nimislides (public soon) and as usual I try to innovate a bit my workflow. For this feature request it...

the hardest part is done: committing to do it and coming up with a plan. now we will see about the easiest part (haha): implementing the promises made.

after merging #47 the CI broke: https://github.com/SciNim/getting-started/actions/runs/3136348556/jobs/5093144122 It seems there was some error when running `basics/data_wrangling.nim` so a log should have been created but it is not found (maybe it...

Very cool project, thanks for working on it! As discussed in pyscript discord, here is an issue that can be used to track how to make proceso work with micropython....

enhancement

- https://twitter.com/abakcus/status/1666104152923987969?s=20 - we could have a keyboard shortcut that shows and hides the lines (and another one to increase/decrease number of points) - see also https://abakcus.com/video/crazy-circle-illusion/

We could provide with the installation a binary (p5nim) that provides automatically a compilation to html without the need to export nimib. The default template for that should be the...