xVan Turing

Results 5 comments of xVan Turing

@jagyer Please Try this , using patch file to update `msg.h` automatically simple add this line ``` execute_process(COMMAND patch ${CMAKE_CURRENT_BINARY_DIR}/ros_lib/ros/msg.h ${CMAKE_CURRENT_SOURCE_DIR}/patch/msg.patch) ``` after `rosserial_configure_client` command in your CMakeLists.txt and create...

@trifolium-x 建议自己学编程来更新呢.

Well, Simply add an empty binding.gyp will work . Official support will be awesome. Should I Leave it open?

Do you use matchMaker API? If you do please check out this [issue](https://github.com/colyseus/colyseus/issues/546) on colyseus. See if it helps.

I got the same error with `deepkit-sql migration:create` following [document](https://deepkit.io/documentation/orm/migrations) ```zsh % ./node_modules/.bin/deepkit-sql migration:create --path src/app/database.ts --migrationDir src/migrations No databases detected. Use --path path/to/database.ts done ```