maxmunzel

Results 4 issues of maxmunzel

Hi everyone, I stumbled upon odd behaviour regarding leading zeros: ## Observed ```elm > Parser.run Parser.int "0123" Ok 0 : Result (List Parser.DeadEnd) Int > Parser.run Parser.float "0123" Ok 0...

Currently, big files are fully loaded into memory and then processed as one. This can be a problem when running on systems with little ram (raspberry pi/VPS).

It's built against the `legacy` branch and not compatible with the new api. It could be a good idea to add the examples into CI as a kind of E2E...

I needed a week to get my fancy_gym install working. The solution that worked in the end for me was installing conda and using a fresh env with python=3.8. This...