Felix SOEDJEDE
Felix SOEDJEDE
@mb21 sorry for the delayed reply > How do you propose the docx reader would recognize a column in the docx file? It would be just a special style, or..?...
Bad idea. it does not now well. Maybe we can add condition to merge array items?
@romainguerrero as you were give rights to merge, can you please review this PR and merge?
Hello! @rjwebdev the pull request your made only handle SF4+ but as @shengjie quote it, in 3.4 we can have the new structure so your fix doesn't work if we...
@ogizanagi would you mind check this PR please
I've encountered this "bug" also. The error comes from here: https://github.com/EasyCorp/EasyAdminBundle/blob/v4.3.5/src/Factory/FieldFactory.php#L148-L154 What I can understand is that when we use `Field`, EasyAdmin tries to guess the type of the field...
Hello @JessicaTegner , I saw that this request was merge here: https://github.com/JessicaTegner/pypandoc/issues/292 Upgrading from `1.9` to `1.10` caused a regression in my application. As we can pass a list of...
I think the multiple I must be left to pandoc instead of doing it in this library Pandoc accepts this command: `pandoc _posts/*.md --from markdown -o books/cookbook.epub` When we use...
@lvjr have you written a lua filter doing the transformation from Pandoc table to LaTeX? I would be interested if so. Thanks