GavinGao

Results 18 issues of GavinGao

How to compile an Android APK file? is there any doc about ui module thanks

### Describe the bug the demo build Android is much slow and it seems like a website page,not like a Android app https://github.com/user-attachments/assets/b88e7213-c577-4ae0-b3af-e8c618f693f2 ### How to reproduce demo build Android...

bug
confirmed

### Describe the feature hi,I want to enable users to switch between tabs by swiping left and right. Can you provide me with an example of how to implement this...

enhancement
approved

### Describe the bug https://github.com/user-attachments/assets/45d21f22-2aea-49b4-bf1a-f9c81dda1e85 I build the example/demo and it's input can't input See the video ### How to reproduce core build android ### Example code _No response_ ###...

bug

support Windows iocp now? If so,how to use in go? U know,cgocall is block thread

Description This PR introduces a new stored procedure dolt_sql_commit that executes a SQL statement and creates a Dolt commit in a single atomic transaction. The procedure ensures SQL execution and...

contribution

最近研究学习了io_uring,其异步io设计巧妙 结合goroutine可实现真正的异步,可以说已经很大程度上摆脱了线程的桎梏,但是其底层还是跑在线程模型为基础的linux内核上面,既然我们有了eggos,有了io_uring的设计理念和源码,何不把这些融合起来呢,创造一个完全异步的操作系统呢?

是否自动hook同步文件io为异步io,还是只支持网络io,如果如果支持的话在Linux和Windows上面分别是用的什么异步io系统调用?