yin kaisheng

Results 7 issues of yin kaisheng

Suppose combox has many items, such as a1,a2,a3,...,b1,b2,b3,..., z1,z2,z3,... If I press key 'z' (if combox is editable, when the dropdown list is showed), I want combox to select z1....

RollingFileAppender always crashes after fixing https://github.com/chronoxor/CppCommon/commit/819348e9d39866e0c8a3ac599da635dc77cd57de, RollingFileAppender::StorageSize is not enough sizeof(TimePolicyImpl)==608 sizeof(SizePolicyImpl)==600 ![image](https://github.com/chronoxor/CppLogging/assets/5846696/df8234a5-0f4e-4b66-9fcd-17d9411dadda)

``` # -*- coding: utf-8 -*- import blacksheep as bs from blacksheep.server.openapi.v3 import OpenAPIHandler from openapidocs.v3 import Info import uvicorn from loguru import logger app = bs.Application(show_error_details=True) docs = OpenAPIHandler(info=Info(title="Example...

### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...

When a Word table contains merged cells, they are lost in the output. Could docx2md support exporting merged cells as HTML tables within Markdown (using colspan/rowspan)? Perhaps via a command-line...

I'm using Windows 10, python 3.12.10 and qdrant_client-1.15.1. ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import os from langchain_core.documents import Document from langchain_qdrant import FastEmbedSparse, QdrantVectorStore, RetrievalMode from qdrant_client...