ruki

Results 321 issues of ruki

I added xmake.lua to build and use it on linux. we need install [xmake](https://github.com/xmake-io/xmake) first. Build: ```console $ xmake ``` Run ```console $ xmake run dyld_cache_extract --help ``` Install to...

更新最新版本后,手机浏览器上无法正常显示了,加载后一直是空白页面,尝试打开docute.js.org页面 也是空白,但是切到几个月前的版本 就能正常显示。。 然后换成手机版chrome 或者用其他app自带的浏览器就能正常显示 目前测试无法正常渲染的浏览器是: uc浏览器,系统自带浏览器 手机型号,华为荣耀8 uc 的ua如下: Mozilla/5.0 (Linux; U; Android 7.0; zh-CN; FRD-AL00 Build/HUAWEIFRD-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.6.1.949 Mobile Safari/537.36 系统自带的浏览器ua Mozilla/5.0 (Linux;...

v3.x

* Before adding new features and new modules, please go to issues to submit the relevant feature description first. * Write good commit messages and use the same coding conventions...

Please tell us the third-party c/c++ packages you need. We will try to add it to the official repository first. Of course, we also hope that everyone can help to...

help wanted
feature request
contribution welcome

Write a xmake.lua of new package in `packages/x/xxx/xmake.lua` and push a pull-request to the dev branch. For example, [packages/z/zlib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/dev/packages/z/zlib/xmake.lua): If you want to known more, please see: [Create and Submit...

help wanted
contribution welcome

Currently I use lua pattern matching to find valid semantic versions, but I don't feel very reliable. ```lua function semver.match(str, pos, pattern) local patterns = pattern or {"%d+[.]%d+[-+.%w]*", "%d+[.]%d+[.]%d+", "%d+[.]%d+"}...

Xmake 是一个基于 Lua 的轻量级跨平台构建工具。 它非常的轻量,没有任何依赖,因为它内置了 Lua 运行时。 它使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。 我们能够使用它像 Make/Ninja 那样可以直接编译项目,也可以像 CMake/Meson 那样生成工程文件,另外它还有内置的包管理系统来帮助用户解决 C/C++ 依赖库的集成使用问题。 目前,Xmake 主要用于 C/C++ 项目的构建,但是同时也支持其他 native 语言的构建,可以实现跟 C/C++ 进行混合编译,同时编译速度也是非常的快,可以跟 Ninja 持平。 ``` Xmake...

issue-216

### Is your feature request related to a problem? Please describe. https://github.com/xmake-io/xmake-repo/pull/1454 ### Describe the solution you'd like ```lua option("xxx") add_toolchains("xxx") ``` ### Describe alternatives you've considered _No response_ ###...

feature request

### Discussed in https://github.com/xmake-io/xmake/discussions/2595 Originally posted by **braxtons12** July 23, 2022 I have a project that requires several packages (doctest, fmt, gsl, boost, conan::tracy). When I package this project, how...

feature request

## Issue/提问须知 最新版本在 android 12 pixel4 上会一直循环 dex2oat 失败,不停的循环 20次 后才成功,花了近 50s 时间,但是测试 demo app 就是一个 hello world ,之前 14.18 的版本,800ms 就合成完了。 ``` 异常类型:app运行时异常(补丁合成失败) 手机型号:Pixel4 手机系统版本::Android 12.0 tinker版本:1.9.14.24 gradle版本:6.5 是否使用热更新SDK:否...