Alexander Schenkel

Results 9 comments of Alexander Schenkel

Dear Adam, Generating a TOC is a not a straight-forward thing to do: Of course we could take every heading found in the MD files, but is this really what...

Strings cannot be evaluated numerically, so as a result, strings would not be possible. But I consider allowing them as variable values (not as string literals directly), so that you...

OK, I see your point. I will evaluate your [pull request](https://github.com/bylexus/fparse/pull/56) (thanks for the work, by the way), and will follow up / merge if it seems to fit.

I clean the formula intentionally (removing whitespaces), to make the parsing simpler. But this should not be a big problem to have it changed, I don't see any drawbacks from...

Hi, You have to create your own Dockerfile, then add the modules you need, e.g. like this: ``` FROM bylexus/apache-php56 RUN apt-get update && \ apt-get install -y \ php5-curl...

This lies in the nature of Docker: The internal (container) users do not match with the external (host) users: So the Apache in my docker container is running under the...

I do not agree: The documentation is meant to show how to map another Host's port to the internal port 80. This is common practice if you have multiple containers...

This is not currently supported by the parser. It might be implemented in a future release.

I think this cannot be fixed with the actual solution: The library does not store a relation between label and its value. Instead, it stores 2 separate (json) arrays for...