_

Results 71 comments of _

Are you porting them in the sense of creating a cradle that calls the extant python installation and just mirroring the functionality via wrapping the response?

Look in the unity Console. ![image](https://user-images.githubusercontent.com/915232/123657136-6f263b00-d828-11eb-8bb9-96efbf0c06fc.png) https://docs.unity3d.com/ScriptReference/Debug.Log.html > Note that Unity also adds Debug.Log messages to the Editor and Player log files. See https://docs.unity3d.com/Manual/LogFiles.html for more information about accessing these...

Do you mean prevent entering full-screen at all? one could remove the button and all code that relates to full-screening. Simply return the relevant "No, I won't" from https://github.com/hunzaboy/Ckin-Video-Player/blob/30fefa5a873efeea85113b0d531f2e352b552c88/src/js/ckin.js#L353 function...

Works on my test Iphones seemingly

One could track mouse movement over time giving certain events. I don't see anyone tracking these issues so probably something like the following pseudo will do it, where one has...

smells like a "collection" not defined error. the "on" attaches an event to an action (I think) Would be far easier to make a guess if you indicated /which/ of...

https://code.google.com/p/fbug/source/detail?r=6306 just as a thought in case you wondered what the this.sink was talking about. It relates to setAsyncListener IIRC. as for "too much recursion" that is - in general...

Okay, So I went and tested this again just now. " Register fail!" seems to be the message that is spat out if the user already exists. However, the registration...

I did get a reply from Charlie on the OP about it. Can't comment on the politics (since I have no idea) but I could test it on a winwoes...

OK - so I tested it. Works on Windows. Duh. So there you go... now we know. Charlie must run a MS box (or some other non-unix flavour) - time...