Dainius Kreivys

Results 17 issues of Dainius Kreivys

cocos run -p Mac: "_png_write_image", referenced from: cocos2d::Image::saveImageToPNG(std::__1::basic_string const&, bool) in libcocos2d.a(CCImage.o) "_png_write_info", referenced from: cocos2d::Image::saveImageToPNG(std::__1::basic_string const&, bool) in libcocos2d.a(CCImage.o) ld: symbol(s) not found for architecture arm64 clang: error: linker...

[Texture Packer](https://www.codeandweb.com/texturepacker)

Situation: I created an RPG character armature, added the character 100 times in game, GL draw call is about ~5-8 (together with other sprites on screen). Then I created another...

It is possible to get phone call history from pubnub. But how to delete the phone call from history manually? There is an option in pubnub admin portal: ![image](https://user-images.githubusercontent.com/4722359/50086315-48253200-0205-11e9-89de-816771243df8.png) I...

There is an option in Pubnub admin panel to enable Access Manager: ![image](https://user-images.githubusercontent.com/4722359/50086527-0ea0f680-0206-11e9-9419-bffe8d74303f.png) How to use this feature with this SDK?

If there is a list of users that are ready for a call (ready function called) then the caller needs to see a list of phone numbers that he can...

Sometimes I get this error after the ready function has been called: // As soon as the phone is ready we can make calls ``` phone.ready(function() { console.log('ready'); } ```...

Bender.Serializer.Create(x => x.Serialization(y => y.WriteDateTimeAsUtcIso8601())).SerializeXml(response); Bender.Serializer.Create().SerializeXml(response); When I do this conversions bender automatically adds encoding=UTF-8 even when my object has UTF-16 simbols. And also time conversion doesn't work properly, it...

Microsoft.Azure.WebJobs.Host: Error indexing method 'ApiQueue.Run'. Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'dbService' to type IDbService. Make sure the parameter Type is supported by the binding. If you're using binding extensions (e.g. ServiceBus,...

System.InvalidOperationException: 'Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.'