Cam
Cam
The same crash for me: ```shell ./quickwit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./quickwit) ./quickwit: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./quickwit) ./quickwit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found...
我说的是是加密的jwt
@mackerel225 [Fwknop Client](https://fwknop.com) provides an iOS version, and the Android version is still under development.
Very happy to contribute
@kevinaboos I checked the relevant documentation of rust, and it seems that the windows_subsystem attribute can only be used in the main module. could you help me ?
@kevinaboos `the main module` means `#![windows_subsystem = "windows"]` must be used in the main.rs file.
reopen this https://github.com/project-robius/robrix/pull/410 can fix it #
@kevinaboos use --cfg or --feature to pass whether to display the console window. In Windows systems, the mainstream method is to control it through --feature. However, I have studied cargo-package...