Sansui233

Results 5 issues of Sansui233

仓库里的实现输出是 number 不是 number[],然后 arr 的状态转移也不太对。不知道是题不一样还是写成了别的。 自己实现了一下 ```ts function lis(nums: number[]): number[]{ if (nums.length === 0) return []; const arr = new Array(nums.length).fill(1); // 保存以当前位置结尾的最大连续子串长度 for (let i = 1;...

> 订阅转换指 [tindy2013/subconverter](https://github.com/tindy2013/subconverter) 项目。 默认情况下,此仓库输出节点不会带有以下字段 ```yaml skip-cert-verify: true, udp: true ``` 最近的测试中发现,默认的订阅转换会加上`skip-cert-verify: false, udp: false`,这将导致订阅转换后的节点由于证书过期而不可用(实际修改以上字段后是可用的) 若为了可用性,建议在订阅转换地址中手动加上`&scv=true&udp=true`(这也伴随着更高的隐私安全风险)

attention

## Describe the bug 相机距离玩家较近时不会变半透明或消失。相机距离下限调至 4 后依旧。 不清楚作者那边是否复现。log无报错。 latest.log [09:36:09] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.7 [09:36:10] [main/WARN]: Warnings were found! - 模组 'Custom Entity Models' (cem) 0.8.0...

compat
fabric

### What Happened? Fail to export graph when page name contains emoji ### Reproduce the Bug 1. create a new graph 2. run `logseq-publish-spa out`, success 3. add a page...