ringabout

Results 102 issues of ringabout

closes #19384 closes #19919 fixes #19392 tests are coming ...

```nim type Matrix[M,N: static[int]; T: SomeFloat] = distinct array[0..(M*N - 1), T] let a = new Matrix[2,2,float] let b = new Matrix[2,1,float] proc foo[M,N: static[int],T](a: ref Matrix[M, N, T], b:...

ARC/ORC

Test Code in: https://github.com/xflywind/test_jester Got Error: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH Because jester sends multiple content length. ```nim # in asynchttpserver.nim # https://github.com/nim-lang/Nim/blob/b6924383df63c91f0ad6baf63d0b1aa84f9329b7/lib/pure/asynchttpserver.nim#L102 proc respond*(req: Request, code: HttpCode, content: string, headers: HttpHeaders = nil):...

It's unable to visit https://www.google.com/recaptcha in China.For example, people in China can't register Nim Forum because google is banned. So Maybe can replace this www.google.com with recaptcha.net when detected Country....

The Nim repo executes `nimble test_gc_arc` to make sure weave works on devel. But weave needs cligen dep to run `weave/benchmarks/matrix_transposition/weave_transposes.nim`. It got error: ``` /home/runner/work/Nim/Nim/pkgstemp/weave/benchmarks/matrix_transposition/ weave_transposes.nim(16, 3) Error: cannot...

ref https://github.com/nim-lang/Nim/pull/19972 ref https://github.com/nim-lang/Nim/pull/20070

ref https://github.com/nim-lang/Nim/pull/19972 ``` 2022-07-28T11:12:09.4182108Z Downloading https://github.com/nim-lang/c2nim using git 2022-07-28T11:12:09.4182506Z Verifying dependencies for c2nim@#head 2022-07-28T11:12:09.4182810Z Installing c2nim@#head 2022-07-28T11:12:09.4183134Z Building c2nim/c2nim using c backend 2022-07-28T11:12:09.4183913Z /tmp/nimble_20270/githubcom_nimlangc2nim_#head/c2nim.nim(12, 16) Warning: Number of spaces around...

Ref https://github.com/nim-lang/Nim/pull/17147#issue-577813481

https://sr.ht/~arsen/alsa_rnnoise