bitraft
bitraft
the key will be removed on ajax validation request, when late the user submit again without ajax, the code will be wrong. We should use a global var to prevent...
@grassel , the link is 404.
同样碰到空白文档问题!
Click Android `back button` will exit the app. The default behavior is back to previous `view` or `layout`.
test `Schedule demo` add task, Drag the clock pointer will trigger the click event immediated(It should trigger event when drag stoped).
`Schedule demo` select year is very slow `take about 2~4 secs to show` on Android release build.
@VsevolodZakharov thanks for the explain. My device is Galaxy S10, default Android 9. and Galaxy S7 , Android 7.1. For the very slow response to touch event on android, is...
uv_write_cb will always be call after uv_write| uv_write2 ? or it can be call before uv_write or uv_write2 finished ?
If it is a path, then the document should be changed. I copy it form /README.md
Hi @MartinNowak Can you review this Lock-Free Stack implement is Safe ? ```d import core.atomic; import std.stdio; import std.traits; shared struct AtomicStack(pNode, size_t next_offset) if( isPointer!(pNode) ) { private {...