-
[System\pause] implement for Web/JS builds
it could easily correspond to some type of javascript timeout
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/libra…
-
[Numbers\powmod] not working for Web builds
https://github.com/arturo-lang/arturo/blob/5ac436015372367bc4f623745bcf0487a39d7108/src/library/Numbers.nim#L839
```text
#####################…
-
### Description
`toXmlAttributes` escapes the incoming string. This is OK but it does not escape whitespace characters like the carriage return or linefeed. Since XML dictates all whitespace (such …
-
To reproduce this, **you need to bootstrap using ARC**: `koch boot --gc:arc`.
### Example
Save the example as `.rst` file, and run: `nim rst2html thisfile.rst`
```rst
==========
Main ti…
-
- [ ] would be nice to have a more comprehensive answer regarding compile time difference, in different scenarios, and using real world examples
(ported from https://github.com/timotheecour/D_vs_ni…
-
## links
* https://chromedriver.chromium.org/ WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input,…
-
I just did star your repo, just as thanks for Nim sample, but
I hope not to encourage more waste of your time.
Haxe lang is able to do similar compile to C and JavaScript that Nim is able, but
Ha…
-
When a `proc` returns `Future[something]` Nim does not allow you to use `argument: auto` in the arguments,
this does not make sense at all **for JavaScript targets**, it makes sense for other backend…
-
[Helpers/helper] embed "see also" functions in info screens
related: https://github.com/arturo-lang/arturo/issues/466#issuecomment-1065274429
https://github.com/arturo-lang/arturo/blob/44420ad19eb35…
-
[Numbers\factors] `.prime` not working for Web builds
https://github.com/arturo-lang/arturo/blob/5ac436015372367bc4f623745bcf0487a39d7108/src/library/Numbers.nim#L624
```text
pus…