Håvard Wormdal Høiby

Results 19 comments of Håvard Wormdal Høiby

@spirit93 I suspect that bug might be in a to naive implementation of the name resolution in [`CanonicalNameFactory.build`](https://github.com/havardh/javaflow/blob/f31360bc9c68595b45feba1eea407a8ca624a5a7/src/main/java/com/github/havardh/javaflow/phases/parser/java/CanonicalNameFactory.java) where the field name is matched with imported names. I'm however not...

@spirit93: This looks like a nice suggestion :) As Jackson is a very standard way for serialising to json I see no issues with adding this to the core of...

I wrote `javaflow` for a quite opinionated project, as you might have noticed from all the missing features you've needed to add. We had the rule that the API layer...

Perfect :) We could also make more use of yaml and specify it as: ``` com.example.BaseDto: id: number ``` That way we would not need to rely on the object...

I'm not sure about mixing two formats in one file. We will always be able to specify some XML markup that will make those acceptable. It will be clunky and...

Your proposal seems reasonable :)

For simplicity (and because of the restraint on our Dto models) I implemented this using the fields, as the naming of the flowtype fields would be given without translation. But...

Is this similar to the general Accessibility permissions that `workflow` needs to work on older versions of osx, only more granular? If so, is there a way of granting this...

@haakondi: sure this could be an option. There are two matters to take into considerations. 1. would the apis be identical across all IDEs? 2. how to we make the...

@relekang Maybe https://github.com/havardh/workflow/issues/134 would help you do this. So that you could await the components before you start rendering at all.