Michelangelo Partipilo

Results 5 issues of Michelangelo Partipilo

Do you think it would be possible in the future to have localized fields instead of localized documents?

Update to .netstandard2.0, EFCore 2.0, fixed Angular version to 4.0, disabled aot.

An entity like this will cause a StackOverflow. ``` public class Project { public Guid Id { get; set; } public string Name { get; set; } public string Description...

I'm looking for a method to parse timestamps into a duration string. In short, basically the opposite of `parse_duration`. ``` root.delay_for = this.delay_for_ns.ts_duration() # In: {"delay_for_ns":50000} # Out: {"delay_for":"50us"} ```

enhancement
needs investigation

I have a page where content is rendered after a remote file is retrieved on componentDidMount. This causes the anchor links to scroll to a different position than expected. All...