Sleek Zheng

Results 11 issues of Sleek Zheng

看了下源码,发现是ref=content找不到,请问这个错误是bug还是有解决方法呢

项目自带版本执行npm install报错,https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node 这个地址已经不存在了,我手动升级到5.0.0就可以npm install了。

``` val reflections = Reflections("xxx") val generator = Generator() val classes = reflections.get(Scanners.TypesAnnotated.with(ApiModel::class.java).asClass()) ``` but some class in package yyy with ApiModel annotation also be scanned, how to fix this...

# background I want to know every frame's time in video # explain I try to use below code to go throuth the whole frame ``` reader = imageio.imiter('/path') for...

as you can see in the pic, left I write numbered list like 1. 1 2. 2 3. 3 but right doesn't render number. how can I fix this?

I try run text-image-search app with command: `python3 clip_feed.py`. then I got error AttributeError: 'Vespa' object has no attribute 'update_batch'. Did you mean: 'update_data'? I've checked vespa application code, there...

### What happened? Hello, I want to use YouTube.js to download video in extension, when I installed dependency then call api in extension, I got error "Cannot find module 'node:stream'",...

bug

### What happened? I use antd and tailwindcss, this is my content script UI ``` export const config: PlasmoCSConfig = { matches: ["https://www.youtube.com/*"] } export const getInlineAnchor: PlasmoGetInlineAnchor = async...

bug

### Steps to reproduce 1. just init project with plasmo 2. install youtube.js 3. npm run dev ### Failure Logs ```shell 🔴 ERROR | Build failed. To debug, run plasmo...

bug
priority: medium

### How do you envision this feature/change to look/work like? the content script export component can receive a prop, like anchor/anchorPoint, which is a dom node the content script inject....

enhancement