zeronofreya

Results 13 issues of zeronofreya

# v2@latest I can only make the window semi-transparent, but can I make it fully transparent? ![](https://raw.githubusercontent.com/ZeronoFreya/Gallery/master/tt.png) I don't know if you understand it, and if not, I can't explain...

Enhancement
TODO

参看您的代码是在 `this.updateLights()` 中给场景设置的灯光, ` this.scene.add(light); ` 我改为给摄像机后 ` this.camera.add(light); ` 就没有灯光了,模型变成了黑色, 请问是什么导致的呢?

``` params := args[0].Get("params") paramsMap := make(map[string]string) if params.IsObject() { params.EnumerateKeyValue(func(key, val *sciter.Value) bool { log.Println(key.String(), val.String()) paramsMap[key.String()] = val.String() // runtime error return true }) } ``` ``` goroutine...

### 🧐 问题描述(Description) 我开启软件后还是无法正常使用steam,如何使用我自己的代理呢?非系统代理。 ### 🚑 其他信息(Other Information) - 程序版本(Program Version): - 系统版本号(OS Version): - 是否为应用商店版本(Whether it is a Store version):

question

* After using MoreSlots, the boxes are not displayed completely * Can't see wearing status MoreSlots:https://valheim.thunderstore.io/package/Fang86/MoreSlots/ ![image.png](https://i.loli.net/2021/10/20/IHgQ4Wmy5aMJoXU.png)

### 功能描述 有很多地区的代理地址,比如日本、美国、香港之类的,由于自动切换代理地址会选择最快的那个,但由于某些原因我不太想用香港地区的代理,除非其他都无法连通,有可能实现这种操作吗? ### 其他内容 _No response_

Stale

**请描述一下你的新功能请求是否与已知问题有关?** 当下载队列满了之后,想添加一个优先下载或优先下载某个等待中的文件,现在必须手动停止正在下载的文件,直到轮到目标文件下载,再手动开启暂停的下载,很麻烦 **描述你想要的解决方案** 使某个文件能优先下载,我查了aria2的文档,如果我理解没错,这个需求是可以实现的: https://aria2.github.io/manual/en/html/aria2c.html#aria2.changePosition 感谢开发者的奉献

enhancement ✨

- Gohook version (or commit ref): - Go version: go1.19.1 - Gcc version: 12.2.0 (Rev6, Built by MSYS2 project) - Operating system and bit: windows/amd64 - Resolution: - Can you...

> The command name is already in use: tip base-editor.js:3899 vue3 vite2 当组件使用v-if动态显示时出现 ```js import VMdEditor from "@kangc/v-md-editor"; import "@kangc/v-md-editor/lib/style/base-editor.css"; import vuepressTheme from "@kangc/v-md-editor/lib/theme/vuepress.js"; import "@kangc/v-md-editor/lib/theme/style/vuepress.css"; import createLineNumbertPlugin from "@kangc/v-md-editor/lib/plugins/line-number/index";...

比如 Root |- Node2 |- Node3 |- Node4 |- Node5 点击 Node5 后 获取 Root/Node4/Node5 ids 的内容太简陋无法获得路径信息 如 ["2", "1", "3", "5", "4"], 只靠这个来生成路径太无谋(虽然一定程度上能做到) 目前文档中未找到合适方法, 是否只能修改源码实现? 个人建议 handle 方法 item...