Chris L.

Results 229 comments of Chris L.

> are there any other fields in opkg repo schema we can use to group packages? We want to display links to a packages README. For this we will have...

I will look into adding and reading fields from package control. I know getting the Readme link by querying the package info is not a problem. I don't think adding...

Was this with a freshly generated project? When adding an action, the generator attaches the action to the App, in your case it seems. Could you show me the contents...

Hmm, this does not seem to be generated with the current version of the generator,... `App.propTypes = { actions: PropTypes.object.isRequired };` should be ``` App.propTypes = { actions: PropTypes.shape({}) };...

Ok, this sounds reasonable. With the last version prop attachment has changed slightly. You should be good to go with the changes I suggested above.

This does happen after a fresh run of the generator?

Technically, I think it should be possible - and removing GPS data post flight might make sense. @Knifa - any input on this?

@j005u - Yeah, you are right - this probably is overkill. We can currently render the OSD without merging it with the video itself - this would allow the user...

I'll keep this issue open to see if other users might show interest in such a feature, but generally speaking I think we provide all the tools to do this...