-
Idk Why But The No Portal lighting Descripion is Weird For me it says: latrop egral/inim gniretne nehw gninthgil selbasiD
-
👑 INim
Nim Compiler Version 2.2.0 [MacOSX: arm64] at /Users/user/.nimble/bin/nim
nim> /Users/user/.nimble/pkgs2/inim-1.0.0-b1718e7618da60a5bc7fc96034ef83d8a611ca9c/inim.nim(625) inim
/Users/user/.…
-
Hi,
I have the inim alarm, you know if i can use this plugin?
Thanks!
-
### The problem
I am trying to make a request to a device in my network which supports https. something like this:
rest_command:
chiama_inim_porta:
verify_ssl: false
…
-
I think INim is the most promising REPL for Nim: https://github.com/AndreiRegiani/INim . Maybe you could add it.
-
Unhandled sysFatal from top level scope can crash the repl:
```
%zsh> inim
👑 INim 0.6.1
Nim Compiler Version 1.6.0 [Linux: amd64] at /usr/bin/nim
nim> var s = newSeq[int](5)
nim> s[5] = 42
fa…
-
Hardly worth leaving an issue for this as it is inherently unsolvable with a regex-based approach
```none
$ inim
👑 INim 0.6.1
Nim Compiler Version 1.4.0 [MacOSX: amd64] at /usr/local/bin/nim
nim>…
-
## proposal
```
inim -s:foo.nim -- arg1 arg2 # passes arguments arg1, arg2 to script foo.nim (eg see [1])
cat foo.nim | inim -- arg1 arg2
inim -- arg1 arg2 # now typing `echo paramStr(1)` on inim …
-
ipython3 --help:
```
If you specify the option `-i` before the filename, it will enter an interactive
IPython session after running the script, rather than exiting. Files ending
in .py wi…
-
see https://github.com/AndreiRegiani/INim/issues/4