Tom Erik Støwer

Results 77 comments of Tom Erik Støwer

I think it's the same problem for data.attributes. Is there a workaround?

More information on the leak. There are actually two leaks, one on the NSMutableArray object, but also one Malloc 16 bytes, that stems from this line: ``` objective-c [rules addObject:[_weights...

I am definately using ARC. Sorry I have not been able to respond. I will provide more debugging data tomorrow.

Each call to a converter-method results in the two leaks: ![screenshot 2014-04-22 11 06 56](https://cloud.githubusercontent.com/assets/231492/2763041/c8e0aa72-c9fd-11e3-8f49-40be189edc97.png) ![screenshot 2014-04-22 11 07 31](https://cloud.githubusercontent.com/assets/231492/2763040/c8e08e98-c9fd-11e3-962a-c65114b2718a.png) ![screenshot 2014-04-22 11 07 44](https://cloud.githubusercontent.com/assets/231492/2763042/c8e2570a-c9fd-11e3-86aa-459ef93b0576.png)

The api is read only so input types not needed. Union type on a single field will be good enough. As for JAXBElement over GraphQL, I agree, but depends on...

The JAXBElement seems to be just a wrapper around another type so a solution that would map to that type would be awesome actually. The problem again being that the...

I have now done something similar for the REST API serving the same model: https://github.com/entur/mummu/blob/master/src/main/java/no/entur/mummu/serializers/JAXBElementSerializer.java

Would it be an option to skip the validation of the key itself and just generate Map? Specifically, I'm working on generating a model from the GBFS specification, and this...

Any idea how much work it would be to create a library for this rather waiting for "native" support in the spring framework?