Domain
Domain
When package option is used, the module name is wrong: extern (module libxml.pattern; C): But it works well when I compiling for linux with dub.
现在Unity用的是Behavior Designer,改成这个不现实了,但是现在服务器也需要跑AI,服务器是C++的,没有现成的实现,如果behaviac能导入Behavior Designer,那就方便了
fix #707 我知道这个在FAQ里面有说明,但是有些时候直接访问还是方便很多,所以我加了一个Attribute,有这个Attribute的才生成访问函数
### 你在什么场景下需要该功能? 编译时遇到VS的LNK1136报错,就是obj文件损坏或无效,如果手动删除这个obj文件,则会提示LNK1104,无法打开obj文件,而并不会自动生成。好像只能删除缓存,如果是远程缓存,就更麻烦。 ### 描述可能的解决方案 当遇到LNK1136或者LNK1104报错时,应该尝试重新生成这个obj文件。 ### 描述你认为的候选方案 _No response_ ### 其他信息 _No response_
### Xmake 版本 2.6.8 ### 操作系统版本和架构 Windows 11 ### 描述问题 分布式编译,远程缓存,服务器报错: send cached object file C:\Users\build\AppData\Local\.xmake\service\server\distcc_build\sessons\e152b859\cache\1f\1f51d85c762e4ba009761d8100f8465b.o .. ...\modules\private\service\distcc_build\server_session.lua:162: send C:\Users\build\AppData\Local\.xmake\service\server\distcc_build\sessons\e152b859\cache\1f\1f51d85c762e4ba009761d8100f8465b.o failed! stack traceback: [C]: in function 'error' [@programdir\core\base\os.lua:872]: [...\modules\private\service\distcc_build\server_session.lua:162]: in...
### Xmake 版本 2.6.8 ### 操作系统版本和架构 Windows 11 ### 描述问题 之前讨论过的依赖关系和编译顺序在命令行直接执行xmake的时候运行得很好,但是通过vsxmake生成得工程没有依赖关系,导致生成顺序不能保证 ### 期待的结果 vsxmake生成的工程需要有依赖关系。应该是sln文件的Project字段里面需要包含ProjectSection(ProjectDependencies) ### 工程配置 _No response_ ### 附加信息和错误日志 _No response_
If the domain value of a cookie does not start with a . it will be added by the client. A cookie will be overwritten (or deleted) by a subsequent...
I want something like this: `getTagValue!string("/path/to/value");` to get the value with path. path "root" { to "to" { value "value" } }
My original PR support nested folders. I don't know how to support nested groups in pug template file. ## Funding this issue * You can sponsor this specific effort via...
I have a function with multiple overloads. And I hope I can convert one of the parameters from custom type. ```cpp void foo(int i); void foo(int i, int j); class...