Pietro Peterlongo

Results 126 issues of Pietro Peterlongo
trafficstars

I was looking on how to activate pixie backend and the only place I found is [a note in the changelog](https://github.com/Vindaar/ggplotnim/blob/d55be85182a0ee15ded55a04b686ea95ed27fd74/changelog.org#v052) about using `backend` parameter in `ggsave`. Probably we could...

this is how I see now the homepage with two pinned posts: ![image](https://user-images.githubusercontent.com/4997234/201877579-6ce4ad9b-d5e1-4e74-813d-4acb13999150.png) last visit line appears twice. I am assuming this is due to the two pinned posts, since...

when using a rowGroup and selecting a grouped row, streamlit returns a dictionary that does not contain the details of the selected row inside the group (and not even the...

I have tried using polymorph with js backend and I am getting incorrect behavior. The example I am using is taken from simple physics example (see [here for a document...

this is a major change, implements #168 (and also #117). Very WIP in a sandbox folder (see sandbox/notes.md)

- in the past we were not fan of OOP but that was probably not a good take - indeed we now think that for NbBlock it could make a...

2023H2

inspired by #222 here is a relevant ref, it should be a simple fix: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow we might also consider if other workflows could benefit from being able to be run...

see https://github.com/pietroppeter/nimib/pull/185#issuecomment-1465014505

I always forget how to to do it, this works: ```nim template nbUseJs(url: string) = nb.partials["head"] &= '\n' & "" ```

good first issue
2023H1

our default behaviour of Js blocks is to write a nim file, compile to js, then read the js file, incroporate in html and delete it. I think this is...

enhancement