Rikumi

Results 6 issues of Rikumi

Commit 297ed3b seems to have involved a compatibility issue with asm. The [documentation](https://asm.ow2.io/javadoc/org/objectweb/asm/MethodVisitor.html) points out that `MethodVisitor` only supports ASM4, ASM5, ASM6 and ASM7. The stack trace: ``` Exception in...

这几天为了应付一个比较急的甲方,打算把之前写的小程序改一改直接放到服务器上部署,这期间用到了自己阉割版的wept,主要做了两处修改: - 去掉了 websocket - 去掉了只能调试用的标题栏,把标题文字扔到``里去 另外还有两点需求因为能力不够没法实现(我本人主攻iOS,不是很熟悉node): - 希望能手动关闭代理,对于不跨域的环境可以节省服务器资源; - 希望只在第一次请求时做编译,第二次开始直接取静态资源; 尤其是按屏幕宽度渲染之类的事情希望放到前端来做,我这个项目部署上去之后每次打开页面都要花5-10秒,非常慢,不知道这段时间后端在做什么。(腾讯云上海 ubuntu 32位环境) 以上。希望能有一个deploy模式能满足这些要求,可以用一个debug之类的启动参数来切换,这样一些简单的小程序项目想扔到web去的时候就不用再写一遍前端了。

**需求描述** 有两个页面同时用到了一个很大的 SDK,这时这个 SDK 会被抽到 remax-vendors.js。由于这个 SDK 太大了,导致产物代码开始超过大小限制,于是我们希望把这两个页面放在同一个子包里,希望这两个子包同时依赖的 SDK 也能被输出到这个子包里。 **解决方案** 单个页面引入的模块:默认打包在页面 js 单个分包内多个页面引入的模块:打包在分包内的额外 js 跨分包引入的模块、或者不属于分包页面的模块:打包到 remax-vendors.js **其他信息** 无

feature

Model: iPhone 6s Failed at `IOConnectGetService(_ucs[i], &service);` [extra_recipe_utils.c:279](https://github.com/potmdehex/multipath_kfree/blob/master/extra_recipe/extra_recipe_utils.c#L279) when `i` equals `2` Is it because of *lazy* (as mentioned in the code)? 🤔

### Describe the feature A drawer-less mode which not only hides the drawer completely, but also forces all icons to be displayed and arranged on the homescreen (unless manually hidden)....

enhancement
feature

## Context * Telegraf.js Version: 4.16.3 * Node.js Version: 16.18.1 / 18.20.1 * Operating System: macOS / Debian ## Minimal Example Code Reproducing the Issue ```ts const bot = new...