kvii

Results 39 issues of kvii

![image](https://user-images.githubusercontent.com/56432636/128615900-85258bc0-e60e-4714-9586-5fe4a30925a5.jpeg) Why use `push` for `FREE-OBJECT` and `POP` for `ALLOCATE-OBJECT`?

flutter 极光推送插件 [AndroidManifest.xml 第 19 行](https://github.com/jpush/jpush-flutter-plugin/blob/master/android/src/main/AndroidManifest.xml#L19) ``` xml ``` 这里没有配置 `export` 属性,在 `targetSdkVersion 31` 下打包报错。

markdown typo

# windows 平台 daemon 命令运行报错 windows 平台下 `mg daemon start` 运行报错。 我觉得应该是 [mg daemon start](https://github.com/changkun/midgard/blob/main/cmd/daemon.go#L56) 没有调用 s.Run 方法的原因。 ## 复现步骤 1. windows 平台下执行 `make` 打包应用。 2. 执行 `./mg daemon install`...

bug

# Development guide [Link](https://github.com/go-rod/rod/blob/master/.github/CONTRIBUTING.md) ## Test on local before making the PR ```bash go run ./lib/utils/simple-check ``` new PR for #696.

typo. Note the device.Landescape is still not changed. https://github.com/go-rod/rod/blob/1732a19c8d2b1e1c08be47098afcf71b4cbeb95b/lib/devices/device.go#L34-L35

Rod Version: v0.109.3 Is there a way to disable `debugger` in rod? I tried to use `proto.DebuggerDisable`.But it didn't work. ``` go func main() { http.Handle("/", http.FileServer(http.FS(fsys))) go http.ListenAndServe(":9090", nil)...

question

Rod Version: v0.109.3 The current "Move" method only uses a "for" loop to increase x and y at each step. Can we use a Curve interface to abstract it? Then...

enhance