-
### Steps to reproduce
```
$ cd /tmp
$ ln -s broken_symlink_destination broken_symlink
$ tar -czvf broken_symlink.tar.gz broken_symlink
$ echo -e 'import nimarchive\n\nextract("/tmp/broken_symlin…
-
### Description
In this snippet, I'm looking to extract E from the given instance - however, when going via an alias, there seems to be no way for a macro to recover it - the functions either return …
-
Your `readme.md` says:
> Nimble is now bundled with Nim (as of Nim version 0.15.0). This means that you should have Nimble installed already, as long as you have the latest version of Nim installed…
-
```nim
import typetraits
when defined(case_ok):
# ok
block:
type seq2[T] = (T,int)
echo seq2[int].T
doAssert seq2[int].T is int
block:
type seq2[T] = (T,)
echo se…
-
As more people are working on the client, it would be nice to have some level of style consistency across the codebase, `--styleCheck` is a way towards that. It should catch things like lower/upper ca…
-
[Numbers\prime?] not working for Web builds
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Numbers.nim#L1458
```text
processTrigonometric…
-
For `piker`, python is glue and a great interactive lang for getting things done in a readable maintainable way. Using it does not preclude using faster (compiled) langs for processing.
There's the…
-
* Content should be displayed in a single page
* ToC should be still be usable for navigation.
For that we need to :
* Combine the ```` section of generated html page into one file
* Adapt the…
-
### Summary
It is recommended to create a multilingual translation project for NIM language documents.
### Description
It is recommended to create a multilingual translation project for NIM langu…
-
I am try to run nimble. But always get in the error message:
could not import: SSL_get_peer_certificate
How can I solve this problem?