Levi

Results 17 issues of Levi

From https://github.com/actions/create-release/pull/10 I try to resolve the `dist.js` conflict,and update the branch to `main`.

hello,This is my code ``` public static void main(String[] args) throws IOException { MMapBuffer mMapBuffer = new MMapBuffer(new File("f:/down/test.data"), 1L, 2 * 1024 * 1024 * 1024L, MMapMode.READ_WRITE); mMapBuffer.putByte(0, (byte)...

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.0.3 * Operating System version: debian *...

type/bug

## 目标 支持安装`JavaScript`脚本进行扩展增强,并且基于git地址进行安装,达到去中心化安装方式。 ## 功能点 ### 脚本引擎 首先在后端(Golang)需要接入脚本引擎,并且必须是纯 Go 编写的,这样才能无痛的进行多平台交叉编译,目前调研下来 goja 是最佳选择,当然 goja 只是一个纯 js 运行时,需要垫片一些常用的模块提供给扩展开发,例如网络访问使用的 ajax、fetch 等等,目前只实现这两个垫片,后续有需要可以再加。 ### 扩展管理 通过`git`地址安装之后,扩展信息会记录到本地数据库中,方便后续扩展管理,例如升级、卸载等。 ### 扩展钩子 目前暂定以下几个钩子: 1. **任务解析前:** 在添加下载任务时,解析请求链接之前触发: 以此实现此类需求: - 输入一个视频网站链接,自动解析出视频文件及真实下载链接。...

enhancement

I enabled BUILDKIT, after a successful build image, the first step of building again does not use caching and is very slow. resolve image config takes `70` seconds! ### console...

There is a setInterval that has not been cleared, it will be hang at `evenloop.Run`, see the code below: ``` func main() { loop := eventloop.NewEventLoop() var test goja.Callable loop.Run(func(vm...