Donghwan Kim

Results 26 comments of Donghwan Kim

Yes, it's caused by session sharing. The exception means that shared session was found so the socket tried to use but it failed because important properties are not found. https://github.com/flowersinthesand/portal/blob/1.1.1/portal.js#L1176...

Okay. What are the other advantages of providing TypeScript definition? Is it just for Webstorm? At first glance, writing portal-tests.ts looks not easy since there are more than 200 test...

Thanks, I'll ping you as I start work maybe the week after next. On Tue, Dec 3, 2013 at 1:30 AM, Viktor Gamov [email protected]: > WebStorm and Intellij Idea (and...

@gAmUssA I just wrote portal.d.ts without test ts based on the 1.1-snapshot doc and will write JSdoc also. Please, review it. https://github.com/flowersinthesand/DefinitelyTyped/blob/portal/portal/portal.d.ts http://flowersinthesand.github.io/portal/documentation/1.1-snapshot/portal/ About portal.tests.ts, what should be tested? The...

Link update - https://github.com/flowersinthesand/DefinitelyTyped/blob/portal/portal/portal.d.ts - http://flowersinthesand.github.io/portal/documentation/1.1.0/portal/ - http://flowersinthesand.github.io/portal/documentation/1.1.0/socket/ - https://github.com/flowersinthesand/portal/blob/master/test/webapp/index.html

Thanks, I'll check it, but I'm not sure about how I will test on iOS.

I failed to install vnc because I couldn't find my mouse cursor. T_T I'll have it repaired soon.

My Mac's OS is Tiger so I can't install Xcode containing iOS simulators. I'll find another way.

After a year, I had the macbook fixed and installed the snow leopard. I don't know the snow leopard can support that but I may be able to test this...

Finding possible use cases using the session method...