kgame

Results 22 comments of kgame

If you have the option to compile the android system, then there's nothing you cannot do. You can add ``` public void onStart() { super.onStart(); mPermissionGranted = true; finish(); }...

可以介紹一下QUIC協議為甚麼可以簡化握手嗎

angular 12? android 12?

You can let U2F and webauthn coexist first. Then drop U2F feature

you can ``` using (var stream = new FileStream(path, FileMode.Open)) using (var crc = new Crc32Algorithm()) { var crc32bytes = crc.Compute(stream); var crc32 = BitConverter.ToUInt32(crc32bytes, 0); } ```

``` using (var stream = new FileStream(path, FileMode.Open)) using (var crc = new Crc32Algorithm()) { var crc32bytes = crc.Compute(stream); var crc32 = BitConverter.ToUInt32(crc32bytes, 0); } ```

Not merged PR yet. I fix the bug by `patch-package` in 6.3.0 https://gist.github.com/kgamecarter/b64731e71aeecaa373aa31f81f8a1a43