Emlyn Bolton

Results 53 comments of Emlyn Bolton

Any chance to get this merged soon? It's one of the dependencies holding me up from migrating to null-safety.

Any chance to get this merged soon? It's one of the dependencies holding me up from migrating to null-safety.

Yup, I'm seeing the same thing @Ivanrs297. I'm trying to figure out how to block jest from peering into my iOS build area now...

And so what I did was to rename the package.json -> package.json-off in the ios/Pods/React directory and it's good. If anyone knows how to tell jest-haste-map to ignore the iOS...

@shinriyo if it doesn't work for you, maybe you have something _else_ going on. @michaelcuneo I find that statement hard to believe - as the react-native init myApp includes react...

Yeah, I just ran into this too. The @exclude will enforce for plainToClass, but not the other way around. In fact, none of the decorators get used when using classToPlain

A totally fresh checkout unfortunately. I'm looking at the generated `qt_preprocess.mak` and see the right DEFINES at the top. However, this probably should be CFLAGS and not DEFINES? It builds...

Adding: ` CFLAGS += DEFINES` at line 179 in Jamulus.pro seems to help, but I'm not sure if that is how this should be fixed...

Interesting, I'll try with latest QT and see if that works. - never mind, I'll not do that yet now I see that is a WiP. As for why, I'm...

Thanks @dcorson-ticino-com - I'll pull your repo and work with that one then for now. are there plans for qt6 to get merged soon or later?