_island

Results 30 issues of _island

I found that the vite environment variable appeared in the js file after I built it this prevents me from using it normally

修复首次无法触发onActivated #190

如题,我看了例子,貌似没有,是不是得自己将每一帧进行拼接?

enhancement

**Describe the bug 🐛** unable to end recording, when enable audio settings ```rust let encoder = VideoEncoder::new( VideoSettingsBuilder::new(screen_width as u32, screen_height as u32), // when AudioSettingsBuilder::default() , he was unable...

I looked at past issues and he didn't support it. Does he support audio now? Or is there any way I can add audio to my recorded video? I saw...

查了文档,地址 https://www.leaferjs.com/ui/reference/property/blendMode.html 看上去只能设置属性,但是无法设置滤镜强度? 比如模糊,可以设置饱和度程度

我需求是这样子的,图层中有一个图片(box元素)和文本(text元素) 我想要text放在这个图片的右下角,有什么办法实现吗 试了zoom,一直达不到效果

### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): 1. 我使用了`eggjs`作为后端框架,任务队列使用的是`bullmqjs`这个库 2. 我的预期是提供一个`API`,用于提交文件处理的任务 3. 我目前是实现了,但是出现了个问题,当我提交`API`后,任务被添加进行处理,但是任务在处理的过程 再次请求`API`添加任务时会出现请求中的状态,貌似是服务器无法正常响应 我的代码是这样子写的, 1. `service`层通过`ctx.app.messenger.sendToApp`发送任务到`app.js` 2. `app.js`使用`bullmqjs`处理`service`层请求过来的数据,推入队列 我的是不是推送队列这一块的代码不应该在`app.js`中处理? ### 可复现问题的仓库地址(Reproduction Repo) 无 ### Node 版本号: 18.19 ### Eggjs 版本号:...