Janos Erdos

Results 23 issues of Janos Erdos

Pandoc works for templates but not for rendered documents: ``` [erdos@localhost stencil]$ pandoc --verbose -f docx -t markdown /tmp/tmp.nHI5VewqgZ couldn't parse docx file ```

bug

Hello! First of all, I want to state that Datalevin is great and brought a lot of joy to designing the system we have been working on. This issue is...

enhancement

The idea for maintaining an ARCHITECTURE.md document recently came up on HN: https://news.ycombinator.com/item?id=39494925

When numberings are created inside loops, the numberings should start over instead of continuing from last value every time.

Cases are not supported when `(yield)` call is inside a `let*` binding. Example: ```clojure (gen-seq (let [x (do (yield :a) 1) y (do (yield :b) 2] (yield (+ x y))))...

bug
enhancement

Investigating https://github.com/erdos/stencil/issues/160 Issue seems to be that data model in `model.clj` is too rigid, cannot properly represent pptx files. The internal references are missing from the generated files. TODO: -...

- Refactor how functions are defined for stencil. - Create automatically generated functions documentation from the source code.