Pietro Peterlongo

Results 126 issues of Pietro Peterlongo

from discussion in #13. If you have output with escape code that would change color in the terminal, the output in nimib is ugly. we should add a transformation that...

enhancement

on Mac OS/Safari (I am guessing the issue is with Safari), the whale favicon does not show correctly, instead it will use either first letter of url or another favicon...

bug

some templates (e.g. `nbInitPython`, `nbPython`) require additional dependencies in order to be used (e.g. `nimpy`), dependencies that are not need by nimib. Currently if a user of nimib tries to...

enhancement

I think the normal behavior of `nbTextWithCode` would be to show the code after output, as it is used in `numerical.nim` (if you want to read the code, the likely...

breaking change

[thinking about nim days](https://forum.nim-lang.org/t/8674) and Nimib. A classic style of nim days is to start with "what to expect" of final api: https://xmonader.github.io/nimdays/day21_parsec.html this is doable in Nimib since you...

enhancement

`nbFile`: write nim code content into a file that might be compiled/run later `nbShell`: run shell command and capture output and error Example: ``` nbFile("module.nim"): # write the following content...

enhancement

after reading [this piece by Bjarnason on the blogging bubble](https://www.baldurbjarnason.com/2021/the-oss-bubble-and-the-blogging-bubble/#the-blogging-bubble-and-its-modern-parallels) I think I want to build a RSS feed functionality for blogs in nimib.

enhancement

we should have a dedicated command nbShow whose behaviour will depend on the type of object is applied. For example: - when applied to a ggplot, it should show the...

enhancement

Nim now has a tempfile module so dependency to tempfile library could be removed (when nim version >= 1.6): https://nim-lang.github.io/Nim/tempfiles.html not really a priority, but I ran into this and...

refactoring

with incoming PR #64 we will start to see more languages in nimib. we should make again easily available the use of highlight.js in documents which contain other languages (initially...

enhancement