ZHOU Yue

Results 9 comments of ZHOU Yue

Something similar to [`bass`](https://github.com/edc/bass) will be sufficient? > Bass is created to make it possible to use bash uilities in fish shell without any modification. It works by capturing what...

I don't think support for DBC files should be added to `socketcan_bridge` package. Example: https://github.com/NewEagleRaptor/pacifica-dbw-ros `dbc` is a package for supporting DBC files `dbw_pacifica_can` is a package that reads/writes CAN...

Maybe add another setting called 'remove_duplicate_final_newlines'. The whitespace package of Atom editor combines two settings as one called 'ensure single trailing newline'. But two settings can provide more functions than...

My solution: 1. gzip each frame.glb, store its sizes before & after compression 2. concatenate the gzipped files orderly into a single large file, store it in S3 (setting Content-Encoding:...

I have a use case for exposing the click event/action: I show some running status as menu items in tray menu. I want to be able to refresh the latest...

Now C++/WinRT compiler is open source with a project called xlang. https://kennykerr.ca/2019/01/25/getting-started-with-xlang-and-cppwinrt/ https://github.com/Microsoft/xlang

v1.1.0 & v1.1.1 & v1.1.2 released with Windows ARM64 support: https://github.com/microsoft/vscode-cpptools/releases/tag/1.1.0 But debugging does not work yet: https://github.com/microsoft/vscode-cpptools/issues/6392

I have the exact same issue when building a shared library depending on CGAL & MPIR.

It will. `daemon.py`: `run()` -> `close()` -> `event/stream.py`: `dumpf()`