Anson
Anson
大佬,我看每个controller中都要写一遍 appG := app.Gin{C: c}。可否改造下router,自动将 appG := app.Gin{C: c}注册进去,这样写controller时用*app.Gin代替*gin.Context,写起来会好很多。
假如我的应用需要对接多个微信公众号,且需要在不重启服务器的情况下,新增或更改公众号的appid等信息,那么公众号的【access_token中控服务器】的tokenUpdateDaemon进程如何销毁呢?
建议支持graphql
## Problem I want to know how to debug hooks. I have known that hooks essentially is web server.But i have no idea about how to debug hooks. Hope to...
在手机端使用dbltap时,经常出现问题,建议支持longtap,以代替dbltap。
初步考虑hitCanvas是用于缓存?
你好,目前通过draggable属性设置图形拖动. 当前有一个需求,限制某个图形在某个区域内移动,应该如何实现呢? 目前的思路是,监听dragmove事件,并实时判断当前的坐标,当超出区域时,重置x,y的位置.
https://help.aliyun.com/document_detail/109807.html?spm=a2c4g.11186623.6.761.532b4cdbvXD2x0 参考官网文档,发现缺少期望属性获取接口 
Try add 3 feature: 1. IntrospectDMMF: instrospect database ,get dmmf 2. IntrospectSDL: instrospect database, get graphql sdl 3. Migrate Push: expose PUSH SDK to the outside
### Bug description Operation does't support graphql Parameter Default Value syntax. ### How to reproduce 0. config datasource ```ts const db_weather = introspect.graphql({ url: "https://graphql-weather-api.herokuapp.com/", apiNamespace: "weather" }); ``` 1....