Felix F Xu
Felix F Xu
Hi, I sometimes use the "Data Source Info" panel (the message count) to debug my websocket server, to verify each message from the server is received by the studio. ![Screenshot...
Hi, At https://github.com/ros2/ros2/releases?q=opencv&expanded=true, the opencv version is as old as v3.4.6, is it possible to upgrade the Opencv's version to latest or at least v4.x?
### System (Mac, Windows 7/8/10, Linux) / 操作系统 Ubuntu 18, arm64 (nVidia Xavier) ### SwitchHosts! Version / SwitchHosts! 版本 SwitchHosts_linux_arm64_4.1.2.6086.deb ### Description / 描述 >switchhosts: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found...
**Problem** tab key ( `\t` ) is not working in RSX: 1) there is a error message when adding '\t' char during hot reloading. the error message is: >thread ''...
Hi, When I'm trying to add this into unity Package Manger, I got this error: ``` Library\PackageCache\[email protected]\Unity.Jobs\IJobParallelForDefer.cs(77,85): error CS8377: The type 'U' must be a non-nullable value type, along with...
Hi, I'm trying to test the hot reload (with Ubuntu 22). When I run `carton dev -v`, I got this: ```sh Watching these directories for changes: /home/cc/testcode/TokamakApp/Sources/TokamakApp /home/cc/testcode/TokamakApp/Sources/TokamakAppLibrary [ NOTICE...
Hi, My `swift wasm` is locally installed by adding its path to `.bashrc`, so when I run: ```sh swift --version SwiftWasm Swift version 5.9.1 (swift-5.9.1-RELEASE) Target: x86_64-unknown-linux-gnu which swift /home/cc/Downloads/swift-wasm-5.9.1/usr/bin/swift...
**Describe the bug** LocalSocketListener.accept() should return `WouldBlock`, but it returns `Uncategorized` in Windows. **To Reproduce** ```rust match LocalSocketListener::bind("@name") { Ok(listener) =>{ let _ = listener.set_nonblocking(true); loop { match listener.accept() {...
Hi, I downloaded _build 200_ and tried to compile https://github.com/seanbaxter/circle/blob/master/reflection/one.cxx but I got this error: code: ```cxx #include #include struct record_t { std::string first; std::string last; char32_t middle_initial; int year_of_birth;...
hi, `sip`'s building method and its usage are changed in version 5 and 6, to make the current documentation work, only version `4.19.x` works. This compatibility should be mentioned **clearly**...