Seongjae Park
Seongjae Park
Problems arise when multiple items need to be selected, as shown in the figure. In the case of mobile, there will be other solutions.
~~Correction 3.~~ ~~The error was corrected when the command + tab key was pressed on the Mac.~~
correction 4. I corrected the error that cannot be accessed when I log out of the Mac and log in again. And when you do this, if you type the...
I added the aarch64-apple-darwin version and tested it on the m1 machine. How to build: https://github.com/sj6219/rustdesk/blob/1.1.10_alpha/build.md
It was successful in creating a version of arm64(aarch64-pc-windows-msvc) using a program source (https://github.com/briansmith/ring/tree/main) However, it failed to make the x86_64 version. Is this a bug that only happens to...
It seems to be a bug that occurs when building in an environment that uses a non-English language. I changed some files to Unicode and the bug disappeared. Modified source...
Change the settings in the config.yaml file. auth: false
It was modified to use filter() instead of dup().
refer to https://github.com/briansmith/ring/blob/main/BUILDING.md Try the following in cargo.toml. ring = { git = "https://github.com/sj6219/ring", branch = "0.16.20_alpha" } Install visual studio 2022 and add the following components. - MSVC v143...
@awakecoding It's more convenient to use [patch.crates-io] I learned something good this time. Thank you.