wey

Results 13 issues of wey

*** checkm8 exploit by axi0mX *** Found: CPID:8950 CPRV:20 CPFM:03 SCEP:10 BDID:02 ECID:000003B8820EC3C9 IBFL:00 SRTG:[iBoot-1145.3] ERROR: No Apple device in DFU Mode 0x1227 detected after 5.00 second timeout. Exiting. The...

My screen resolution is scaled to 150%, but the application doesn't support it and a portion of the window is outside the screen.

enhancement

以下代码不适用于clang15+msvc(vs2022)的情形 ``` #if defined(_MSC_VER) size_t pos = s.find(','); pos += 1; size_t pos2 = s.find('>', pos); #else ``` 在执行这一段前,s的值为:`"const char *__cdecl 函数名 [T = 枚举, N = 枚举::枚举常量]"` 我现在改为以下代码可以正常使用: ```...

``` In file included from ... In file included from ... In file included from G:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include\iostream:11: In file included from G:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include\istream:11: In file included...

It's better to create the API to change the style of the cursor, such as `▋` and `_`, and the original style seems not suitable for the terminal.

The default argument `xyz_dtype` of the function `read_las` in `io/las.py` which is called by `PyntCloud.from_file` is `float32` . However, it may cause the difference in precision, because the type of...

Hello. I have been trying to compile the CMake-wrapped version of Crashpad provided by Sentry, to use independently in my own project. I noticed that the StartHandlerAtCrash interface has an...

help wanted
backend: crashpad
area: backend
upstream
Platform: Native

Hello. I have attempted to compile the CMake-wrapped version of Crashpad provided by Backtrace separately on Windows, aiming to retrieve and save dump files locally. I do not require the...