Muspi Merol

Results 18 issues of Muspi Merol

> 有没有这种使用场景:**我有一个员工表**(csv或者Excel),我每天需要统计他们的核酸记录(每天自动从微信缓存文件夹中复制过来,文件名都是雪花主键) > > 每天需要**对所有图片进行OCR**识别出是谁,最后输出没有提交核酸记录的员工 目前想到的实现需要 1. **excel模块提供一个`forEach`函数**,对特定列每一行的属性值进行给定操作(将一个回调函数作为参数传入) 2. ocr模块实现对绿码的识别(现在已经实现了,通过`ImgReader.classify()`可以将图片分类为["24小时", "48小时", "72小时"]中的一个) 3. ocr模块实现对特定文字的模糊匹配,例如给定员工名字总表,从一张截图模糊匹配出此人是谁(同上,已实现) 4. **files模块提供`forEach`函数**,对某目录下的每一个文件执行给定操作(例如遍历微信图片缓存文件夹下的每一个图片) --- **复旦博士实现这个功能写了130行,我们的目标是让任何一个学过1小时python的人都能在13行内实现这个功能。**

### What operating system are you using? Windows ### What browser are you using? Chrome ### Describe the bug Sometimes, a few conversations on the left sidebar can be clicked,...

bug
use

### How is Anse deployed? Node ### Describe the bug As is commented in `src/types/app.ts`: ```ts export interface GeneralSettings { /** Default request directly, can choose to request via proxy...

bug
use

I read #251 and think that using `is` operator to identify objects may fix the problem `id` brings. For now, you can: 1. initialize a `BoxList` with a list with...

### Describe the feature or enhancement If my DOM is like this: ```html some icon ``` If I clicked on the div (which is often), this event will not be...

bug
fixed in dev

I benchmarked JSON and Msgpack in some real data, but it shows that after compression, data encoded by msgpack is always larger than JSON, although raw msgpack is smaller than...

### UnoCSS version v0.60.0 ### Describe the bug ```css * { --uno: bg-black/5 } ``` Is transformed into ```css * { --un-bg-opacity:1; background-color:rgb(0 0 0 / var(--un-bg-opacity)); } ``` ###...

bug
directives
upstream

## 🐛 Bug pyodide is using `node-fetch` in node>=20 ### To Reproduce Start a devContainer in GitHub CodeSpace for [this repo](https://github.com/CNSeniorious000/pyodide-issue-node-fetch), which is a minimal vite + vanilla ts startup...

bug

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

## To-dos: - [ ] Use [`js-tiktoken`](https://www.npmjs.com/package/js-tiktoken) **at frontend** - [ ] Slice messages sliding window **at backend**: using [`js-tiktoken`](https://www.npmjs.com/package/js-tiktoken) - [x] Cache token counting utilities - [ ] Standalone...

enhancement