Iñaki Abete
Iñaki Abete
Hi there! Have you been able to get this running on the Ti 3.5.0 Alpha? By February, all modules need to be updated for 64bit support. See: http://www.appcelerator.com/blog/2014/11/alpha-version-of-titanium-sdk-64-bit-support-now-available
Would be very useful if the module could have a callback to get the video thumbnail asynchronously, before the video compression finishes. For instance, I want to show the thumbnail...
https://www.linuxserver.io/2017/04/05/protainer-now-with-lsio/
As default, it uses v1 as always: ``` php Hippy::init('123', 'hippy', 'Rob'); Hippy::add('test 1'); Hippy::addHtml('test 2'); Hippy::add('test 3'); Hippy::go(); ``` Now, you can use v2 as a new Transport: ```...
The upload progress value must be between 0 and 1 and I'm getting values greater than 1. I'm using the Ti-Amazon-S3 example. ``` ... onsendstream: function(e) { App.debug('PROGRESS: ' +...
When I run any `emailify` command it fails like this: ``` /opt/boxen/nvm/v0.8.8/lib/node_modules/emailify/node_modules/celeri/lib/index.js:9 var queue = require('tq').queue().start(); ^ TypeError: Object # has no method 'queue' ... ``` I don't know if...
`tester` + `tester-jest` were awesomely working all this time, but suddenly it stopped working 😢 When I save the test file nothing happens, I don't see the test being tested...
https://github.com/geocoder-php/Geocoder#the-chain-provider
In the current implementation of Link with asChild, the child element does not inherit most of the props passed to Link. For example, when using className, it doesn’t get applied...