Pietro Peterlongo

Results 126 issues of Pietro Peterlongo
trafficstars

fix the broken links I could find on the readme

not sure if this could be doable with a plug-in, but it was harder than I expected to find an answer that tells me how to change color of the...

**Edit**: I realized the following is more suited as a stackoverflow question than a github issue, so I [asked](https://stackoverflow.com/questions/52882458/parsing-error-in-pyswagger-valueerror-cant-resolve-type-fromstring). When I get a stackoverflow answer I will close this. ---...

https://opencollective.com/nim#category-ABOUT opened this as a reminder (as asked by @dom96 in discord) to change that. this is not an issue of the website. full text in open collective: > Nim...

bug

as a simple example I was trying to test the following: ```nim import nimib nbInit nbCodeToJs: import p5 proc newColor(): Color = let r = random() * 255 g =...

example: ```nim import nimib nbInit nbCodeToJs: import std/jsffi ``` trying to compile the above an error is produced: ``` ~\Documents\GitHub\nblog\x_import_jsffi.nim(4, 1) template/generic instantiation of `nbCodeToJs` from here ~\Documents\GitHub\nimib\src\nimib.nim(145, 30) template/generic...

bug

now that we have nbKarax, I think it would be a nice project to try and build a idyll like api (which is based on react): https://idyll-lang.org/docs hopefully we can...

enhancement

* CI for nbPython does not work: #86 * even if we are not able to fix CI, we could add an example document for nbPython by committing to docs...

documentation

some improvements that could be done after releasing 0.3 (leftovers from #103): - [ ] trim readme and it will NOT to depend on index.nim #141 - [ ] add...

documentation