sky

Results 11 issues of sky

1、头文件缺少 #include "sys/time.h" 2、位置错误 typedef uint32_t useconds_t; 只在#if defined(OS_WINDOWS)中声明,导致linux下未声明错误。

添加cmake编译支持,只是建议哈

- [x] I have verified that I am on the latest version of the Linter ## Describe the Bug After modification and saving, the title folding state of the text...

bug
obsidian
live-preview

How to create duplicate plans

c++20编译报错,iguana库报错,std::numeric_limits::max报error C2589: “(”:“::”右边的非法标记,应该是max和min被宏定义了就会出现。 iguana更新到最新应该可以解决。

怎么在collectAny后,再继续等待其他未完成的RescheduleLazy事务执行完毕, 或者换个方式,怎么使用collectAll时,主动捕获任一RescheduleLazy事务的返回或异常进行自定义操作。 因为我的RescheduleLazy很多,如果每个都包装嵌套一个Lazy进行处理很麻烦且不美观。 希望能得到帮助,感谢。

### Version/Branch of Dear ImGui: v1.91.8-docking ### Back-ends: example_glfw_opengl3 ### Compiler, OS: Windos11 + VS2022 ### Full config/build information: _No response_ ### Details: Docking multi-window memory leak Multiple windows appear...

backends
opengl
multi-viewports

```cpp struct person { std::string_view name; std::vector age; }; person p1; std::string ss = "{\"name\":\"tom\", \"age\": [20, \"30\"]}"; iguana::from_json(p1, ss); ``` 数组内含字符串和整数,std::vector反序列化异常。 有什么方法能支持可能同时两种类型的转换?

1. 操作系统:win11最新 2. DS版本号:2.0.0.1 问题描述: Qt程序的QNetworkAccessManager请求外网某IP,http的请求,抓包变成了ssl请求,关闭代理则无此问题。 其他人有遇到类似现象吗?

Bug
v2.0.2

bing搜索框选择文本(从后向前拉选),光标自动跳到最后,而不是选择的内容