Miran
Miran
From discord: > [3:50 PM] yumi: how about a little section on how to parse command line parameters? [3:50 PM] yumi: i was using commandLineParams().contains because the first result for...
From https://github.com/narimiran/narimiran.github.io/issues/1 by @nixfreak: > Anyway you can add "Tables" especially with procs? > > Thank you for great book on nim.
1. rename folder 'test' to 'tests' 2. add 'nim.cfg' to set a path
After this PR: ``` NOT 2022-08-03 19:22:16.939+02:00 Starting beacon node topics="beacnde" version=v22.7.0-52b32c-stateofus nimVersion=1.2.16 enr=(...) ``` IMO, the commit hash for Nim is not needed if we stick to the released...
### **Describe the bug** Some lisp parentheses — those that have `'` or ``` ` ``` before the opening parenthesis — are not highlighted properly. ### **To Reproduce** In the...
Refs https://github.com/status-im/nimbus-build-system/issues/44
Consider a function ```nim proc a(b: int): int = if b == 1: return b else: return b+1 ``` Written like the above, everything works as expected. But if you...
This is based on [this Reddit comment](https://old.reddit.com/r/programming/comments/jc91xp/nim_14/g90ysdl/?context=2) by @c-blake, which was praised both on Reddit and our forum. First of all: @c-blake, do we have your permission to use this?...
Running `nimble setup` (multiple times), every time there is some change in `config.nims`, it also adds a new empty line at the top of it. ```diff --- a/config.nims +++ b/config.nims...