wish5115

Results 12 issues of wish5115

太不稳定了 https://y2b.githmb.com/ 这个一直正常

Error 521 Ray ID: 5d5c6a2d3bb5d635 • 2020-09-20 15:00:13 UTC Web server is down y2b.123345.xyz Host Error

It's a great plugin, I like it, but there’s a bit of a downside: Why not add a feature to set header information to simulate the mobile version? Because some...

enhancement

你好,请问怎么使用?

app/function/helper.function.php的第144行和151行,报错缺少参数,修改为下面才行 ```php $system = php_uname('s'); $env = array( "sys" => strtolower($system), "php" => floatval(PHP_VERSION), "server" => $_SERVER['SERVER_SOFTWARE'], "lib" => $libStr, "info" => php_uname('s').';php='.PHP_VERSION, ); ```

### 问题描述 | Describe the bug **The following error occurs when loading a page or switching the document in the left sidebar:** ``` Uncaught (in promise) TypeError: Cannot read properties...

bug

I am submitting a new Community Plugin --- Repo URL --- Link to my plugin: https://github.com/wish5115/obsidian-ii-quicker Release Checklist --- - [x] I have tested the plugin on - [x] Windows...

Changes requested
plugin
Skipped code scan

## 介绍 我们平时使用 obsidian 或其他文档文件的时候有没有这样的体会,就是我需要对照某个笔记的内容清单做一些事情。 这是时候,如果某个笔记能置顶就好了,然后就可以悬浮在桌面上来边对照边修改了。 DocOnTop 就是为这个需求而开发的。 **主窗口预览** ![](https://cdn.jsdelivr.net/gh/wish5115/Niva-DocOnTop@main/screenshots/app-20240402195913205.png) ## 下载地址 https://github.com/wish5115/Niva-DocOnTop/releases ## 遇到的问题 1. 文档错误 `Niva.event.window.close` 文档是这个,实际应该是 `Niva.api.window.close` 2. Niva.api.tray.update 不生效 3. setTimeout和keydown等问题 如果用定时器setTimeout,setInterval等会导致界面卡顿直到卡死,setTimeout就停止工作了,大约执行200-300次左右会停止工作,而且定时也不准,越到后面间隔时间越久。 keydown等也有这个问题,如果你连续不停的触发,也大约执行200-300次左右会停止工作。我在keydown里用了setTimeout防止抖动,不知道是不是这个原因。 4. `Niva.api.shortcut.register` 的坑...

> Niva 目标成为其他任意编程语言或者 Runtime 用来实现跨端 UI 的一个解决方案。Niva 没有后端,但是任何编程语言都可以通过调用 Niva 的可执行文件来显示自己想想要的 UI。 请问这句话是什么意思?怎么通过其他语言调用Niva?通过命令行调用? 另外,如何连接和读写数据库呢?

``` app.js:1 TypeError: Cannot read properties of undefined (reading 'innerEl') at FileExplorerNoteCount.doHiddenRoot (plugin:file-explorer-note-count:855:50) at eval (plugin:file-explorer-note-count:904:22) at tryGetView (plugin:file-explorer-note-count:896:25) at doWithFileExplorer (plugin:file-explorer-note-count:899:17) at FileExplorerNoteCount.initialize (plugin:file-explorer-note-count:928:13) at t. (app.js:1:2246728) at app.js:1:237079...