jackiszhp

Results 14 comments of jackiszhp

> We used UUID to keep the resource pathless. So it can't use file path calculation. > This is the standard for UUID, and we are using version V4. It's...

如果不用老版本,该如何解决? 我是要显示别的UIView,如果那些别的UIView(他们也用opengl)没有允许他们自由切换横竖屏的话,返回没有问题。 如果允许他们自由切换横竖屏的话,就会出问题。 我尝试重建context,,重启mainloop,但是没有成功。 我在CCApplication-ios.mm里加上 void Application: pause(){ if(_delegate){ [(MainLoop *)_delegate stopMainLoop]; [(CCEAGLView *)_view releaseCtx]; //我把整个GLCtx销毁,上面那行已经确保不再使用它了。 } } void Application::resume(){ if(_delegate){ CCEAGLView *eaglview=()_view; [eaglview setupGLContext]; eaglview.cbOnLayoutDone=^{ [(MainLoop *)_delegate startMainLoop]; };...

I checked I2P software license: https://geti2p.net/en/get-involved/develop/licenses >Can you tell me why you're interested in re-licensing? I think with CC0, I can do whatever I like with the source code, but...

I want to join the network, though I don't want to use those ui related stuff. You can allow me to join the network, that's pretty enough for me. If...

thanks for responding to me. I will check that later.

I have no problem with items with different heights. My problem is the stick_to_end, I found that it is some kind of stick_to_begin. It is not stick to the bottom....

I would recommend it to be another widget. I have no problem with #1376 which this thread is intended to solve. In my implementation(to present chatting messages), i used less...

in application setting panel, allow the app to "auto start"

"Android SHA1 Package Signature mismatch"? I don't see where to set this up. And in this repository, there is no SHA1 related stuff, either. sorry. I just did not pay...

is that called blake2sp? but this implementation is called blake2s though.