Alex Kraft

Results 24 issues of Alex Kraft

### Description The `nre.replace` doesn't takes into account `maxsplit = 1` and splits into 3 parts, [play](https://play.nim-lang.org/#ix=4xAN) ```Nim import std/nre echo "1.2.3".split(re"\.", maxsplit = 1) # => @["1", "2", "3"]...

Standard Library

### Description This code would crash the compiler, [play](https://play.nim-lang.org/#ix=4y3y) ```Nim import sugar type El* = ref object template add_or_return_el*(e: El): auto = e template build_el*(expr: string, attrs_or_code: untyped): El =...

Compiler Crash

The benchmark doesn't display the memory consumption. Maybe worth to add a checkbox, that would turn floating bars thickness according to its memory usage. P.S. The older version with balls...

good idea!

On mac os it works well with packages installed with `brew` but when using venv and packages installed with pip - it can't find it. The `sys.path` is different when...

bug