Ēriks Sarguns
Results
2
issues of
Ēriks Sarguns
I have a code below: ``` from pyjade.parser import Parser` from pyjade.ext.html import HTMLCompiler, local_context_manager import pyjade def process(jade_string, context=None, **compiler_kwargs): ctx = context or {} block = Parser(jade_string).parse() compiler...
Seems there is error in mapping in class Orient.Client.Mapping.DateTimeFieldMapping if object contains DateTime fields Code fragments: .... class File { public String fileName { get; set; } public DateTime created...
bug