Sergey Podobry
Sergey Podobry
plog is now available on conan-center with an official recipe as per https://github.com/conan-io/conan-center-index/tree/master/recipes/plog/all _Originally posted by @macdew in https://github.com/SergiusTheBest/plog/issues/75#issuecomment-796858009_
Hi there, I fixed parsing from std::cin. The problem was in tellg/seekg that break std::cin (and it looks they are not required at all, so I removed them). You can...
README does not talk about "Initializers" at https://github.com/SergiusTheBest/plog?tab=readme-ov-file#step-2-initialization _Originally posted by @jokeruarwentto in https://github.com/SergiusTheBest/plog/issues/286#issuecomment-2032698969_
The call stack of the issue: ``` java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "this.doctypeLine" is null at de.neuland.pug4j.template.PugTemplate.setDoctype(PugTemplate.java:73) ~[pug4j-2.2.0.jar:na] at de.neuland.pug4j.parser.node.DoctypeNode.execute(DoctypeNode.java:12) ~[pug4j-2.2.0.jar:na] at de.neuland.pug4j.parser.node.BlockNode.execute(BlockNode.java:32) ~[pug4j-2.2.0.jar:na] at de.neuland.pug4j.compiler.Compiler.compile(Compiler.java:31) ~[pug4j-2.2.0.jar:na] at de.neuland.pug4j.template.PugTemplate.process(PugTemplate.java:28) ~[pug4j-2.2.0.jar:na]...