Yifeng Wang

Results 79 comments of Yifeng Wang

Seems that the `glfwWindowHint` is misleading on GLES devices. This should work: ``` cpp glfwInit(); // glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4); // glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0); // glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // glfwWindowHint(GLFW_RESIZABLE, GL_FALSE);...

@amberv0 can these setup steps being automated by `react-native link` after `npm install`?

你好,这个报错只能和后面新增的 Web 模拟器兼容代码有关,可是在我的 Pi 上没有复现 😢 切换到 923a354664bfc816f3b0e15aa7dd4540e175e5e2 就应当能解决这一问题哈

Finished since we have [released Downhills](https://affine.pro/content/blog/downhills-release-announcement/index) 🎉

你好,我使用的是 MiyooCFW 的 [kernel](https://github.com/MiyooCFW/kernel) 仓库,如果出现编译问题,使用 master 分支上的前一个提交即可。这个仓库的 kernel 应该兼容了几款 Miyoo 变体机,注意下 git diff 中的一些宏定义吧,祝好 😄

Seems the the `pageMeta.title` can be out of sync with `pageBlock.title`. Need to be addressed.

Thank you for your pull request. After careful review, we've decided not to merge these changes as they appear to be purely stylistic without providing functional improvements or addressing existing...

@abhinandanwadwa thanks for your interest, but this is a product feature request rather than a bug. Suggest to wait until we have new designs in the widgets. Surely we have...

LGTM, would be great to also apply this convention to different widgets!

Thanks for your suggestion! More documentation is coming soon.