banshan

Results 15 issues of banshan

ERROR: orator 0.9.9 has requirement cleo=0.6, but you'll have cleo 0.7.6 which is incompatible. installed package poetry 1.0.0, Python 3.8.1 These apps are now globally available - poetry

add listen param for start, so goframe can use in old go http project. 给Start添加listen参数,这样只初始化ghttpserver,可以和go 自带的http结合起来,不用监听多个端口,又可以使用goframe,方便在历史项目中使用 ```go //main.go func main() { g.Server().Start(false) http.ListenAndServe(":8199",nil) } ``` ```go //router.go s := g.Server()...

how to destory tengo engine after run the script

提供插件机制,比如sql审计和租户管理,用户可以按照规范,自行开发接口,编译成插件(比如so动态库)。

enhancement
discussion

how to use import alias in generator.NewImport

Can you add base64 option,so it will be more safe.

enhancement

drawq has been merged into love.graphics.draw

这段代码里面的 set_data.call0(&data) set_data 是什么啊 ```rust let handler = move |res:&JsValue| -> Result { let confirm:bool = Reflect::get(res, &JsValue::from("confirm"))?.as_bool().unwrap_or(false); let cancel:bool = Reflect::get(res, &JsValue::from("cancel"))?.as_bool().unwrap_or(false); let data = Object::new(); if confirm{ Reflect::set(&data,...

希望提供终端log输出的功能。

question

## Expected vs. actual behavior wish cursor bolder like vscode as the image bellow ![image](https://user-images.githubusercontent.com/1883728/68259700-8cb3f900-0075-11ea-8848-ca80088562a6.png) ## Specifications - [Version] ```201910160846~2.1.5~ubuntu18.04.1```

enhancement