Results 13 issues of ClearSeve

看到有一个这个issues https://github.com/netease-im/NIM_Duilib_Framework/issues/116 我是刚接触这个, 上面说的解决办法不是很明白, 如果有人能有提供一个最简单的例子, 那就太好了

``` - platform: gree name: kongtiao host: 192.168.1.100 port: 7000 mac: '50:2C:C6:86:0C:00' encryption_key: 'T3vtLF7ppH5plb7r' target_temp_step: 1 lights: input_boolean.keting_kongtiao_lights ``` It can be used normally, but the value `input_boolean.keting_kongtiao_lights` cannot be...

https://dev-guide.kubesphere.io/extension-dev-guide/en/overview/ I think this will only be supported in 4.0. LuBan May I ask if 3.4.1 supports extension development

stale

duilib combo下拉项 未做DPI适配

针对图片适配dpi dest、source、corner 和 padding 关键代码被屏蔽 ```cpp if(pManager != NULL) pManager->GetDPIObj()->Scale(&rcDest); if(pManager != NULL) pManager->GetDPIObj()->Scale(&rcSource); if(pManager != NULL) pManager->GetDPIObj()->Scale(&rcCorner); if(pManager != NULL) pManager->GetDPIObj()->Scale(&rcPadding); ```

```cpp #include #include #include #include using namespace std; using namespace OpenXLSX; int main() { XLDocument doc; doc.create("./Demo01.xlsx"); auto wks = doc.workbook().worksheet("Sheet1"); for (size_t i = 0; i < 1000; i++)...

Can support for zooming be added? 100% 、150% ....

Will there be updates?

How to set up RS256 signature in oauth2 authentik version: 2024.2.2

documentation
enhancement
enhancement/confirmed
needs_documentation

Due to certain reasons, I am unable to load directly from the root directory. Is there a way to modify the loading path? tree-sitter.wasm tree-sitter-bash.wasm like: abc/tree-sitter.wasm abc/tree-sitter-bash.wasm

installation issue