Albert Krewinkel

Results 42 issues of Albert Krewinkel

The [teal language](https://github.com/teal-language) is a stronger typed dialect of Lua. It would be nice if HsLua supported automatic creation of type information for data types created with hslua-packaging facilities. A...

Lua 5.4 comes with to-be-closed variables and offers functions to use this feature via the C API. Adding full support will require to - [ ] add bindings to `lua_toclose`...

enhancement

A shared module that can be loaded with ``` lua local example = require 'my-example' example.run 'text' ```

enhancement

Expose some of the JSON handling functions provided by aeson. Ideally the module should be able to act as a drop-in replacement of dkjson.

enhancement

The current strategy of the docx reader is to use the top row as table headers if the `w:firstRow` attribute is enabled. Headers containing multiple cannot be converted. LibreOffice does...

enhancement
format:Docx
reader

Allows to handle docx and epub files.

enhancement
lua-filters

This is a proposal to add support for multiple table bodies by treating two consecutive row separators as table body delimiter. E.g., this table ``` +------+-------+ | Item | Price...

enhancement

Pandoc's table structure allows to define rows heads, i.e., cells at the start of each body row that act as header cells for that row. This proposal aims to add...

enhancement

It would be nice if we had Word templates. This PR is the result of an afternoon experiment and a crude attempt to make docx generation easier to customize. Pandoc...