Daniel Brooks

Results 54 comments of Daniel Brooks

And even more weird. Nested objects of the same type of the parent object seem to work inside.

Ok definitely something with the Reflect library as I tried this: ```typescript const stuff = Reflect.getMetadata("JsonProperty", projectUserList[0], 'createdAt'); ``` That returns: ![screen shot 2017-06-08 at 4 07 21 pm](https://user-images.githubusercontent.com/1010384/26954400-9845c6e4-4c64-11e7-9a28-a1c507e84e21.png) While:...

I think it might be the same as: https://github.com/jf3096/json-typescript-mapper/issues/19 But not sure how to do it with different class files.

Hmm so changing my imports around change things, but I use the same objects in various places so not sure what to do here.

This would be useful for the DVR functionality and for SubZero to download subtitles.

@zenjabba Can you share instructions on the union.fs mount?

+1 pretty cool idea. So the console command would update the job entity's progress value?

Take a look here https://github.com/DABSquared/DABSquaredPushNotificationsBundle, I made a push bundle originally based off this one, but with functionality like FOSCommentBundle. I also added support for multiple certificates and apps.