Olivier Morandi

Results 27 comments of Olivier Morandi

No news, unfortunately. I'd suggest anyone interested to watch this titanium issue: https://jira.appcelerator.org/browse/TIMOB-18616

Yeah during the evolution of Chrome, we sometimes reach a version where the devtools from Ti Inspector don't work anymore and need to be updated. I started working on this,...

Thanks a lot for this PR. Hopefully next week I'll be able to review it properly.

As far as I know, at the moment Hyperloop isn't integrated with the JSCore debugger, so there's no way for Ti Inspector to debug Hyperloop code. As soon as HL...

you can pass a dictionary with your custom headers as a third parameter of the open() method: `WS.open(uri, ["some-protocol"], { header: 'my-header'});`

Yes please, let's start creating some test case. I've just added a tests directory to the repo and some quick guidelines on how a test case should be created, just...

Hi, could you also provide the code for a short test case? Thanks a lot

Hi the problem is indeed due to `setShouldRasterize:YES`, however I'm afraid that removing it would negatively affect performance in animations, so I'm experimenting with an alternative solution, that is creating...

The problem with shouldRasterize as an option is that the problem with blurred views won't go away, so we may have views with shadow that animate fast but look ugly,...