Puria Nafisi Azizi

Results 28 comments of Puria Nafisi Azizi

I would suggest also having the filetype format specified with something like `--lang=py` or `--filetype=py`. This would be more scriptable and your shell arrow up (or Ctrl-R) helps more in...

Oops my bad 😣 seems that `--style` is exactly what I was looking for

Execution script already read from `stdin` like ```bash echo 'print("hello")' | zenroom [*] Zenroom v1.0.0+89fad9a - secure crypto language VM . Zenroom is Copyright (C) 2017-2020 by the Dyne.org foundation...

Yeah that would be great! Probably tweaking the CLI to _just_ support [Process substitution](https://tldp.org/LDP/abs/html/process-sub.html) would allow to ```bash zenroom

I already hacked something by myself, that works for me ;) with letsencrypt and start two fiber apps, inspired by: https://github.com/gofiber/fiber/issues/1286 and https://github.com/gofiber/recipes/blob/master/autocert/main.go

![Bravo](https://media.giphy.com/media/Rh5k1GXp0vp224lWQ9/giphy.gif)

> Build wheels on Ubutnu and Macos inside [Build and upload nightly to PyPI](https://github.com/dyne/Zenroom/blob/master/.github/workflows/python.yml) can be made less time consuming using parallel computation by expand the matrix strategy. I have...

To skip the CI in PR commits (not to run them per each time) there is a default behaviour described here https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

> > as per https://docs.microsoft.com/en-us/typography/opentype/otspec170/recom#first-four-glyphs-in-fonts the unicode number fo the ".notdef" glyph should be 0 > > That is not what the link is saying. `.notdef` is given _Glyph ID_...

Hey there, I was trying to create a plugin for that, inspired by the https://github.com/astroidmail/astroid-syntax-highlight maybe using the https://github.com/collective/icalendar package. But seems that from the plugin interface that the source...