Deleted user

Results 141670 comments of Deleted user

Tested on https://github.com/xenia-project/xenia/tree/cb4fb451bf69835b241ed2de767a000bbfb6d2c9 # Issues: I've tried running this and got pretty random results - Sometimes it gets to the infinite loading screen - Sometimes the guest crashes at random...

功能增强可以后续考虑可以,但是”只有一个选中的子节点取消选中时,关联所有的父节点不会取消选中“的这个问题应该要修复吧,就我写的这段逻辑,可以看下,我测试没问题(前提是得先修复apps/backend-mock/utils/mock-data.ts): ![Image](https://github.com/user-attachments/assets/7997b2cd-e798-4e39-aa7f-46718512adcd) ``` // 只有一个选中的子节点取消选中时,关联所有的父节点也取消选中 if ( !props.checkStrictly && props.multiple && props.autoCheckParent && !isSelected ) { flattenData.value .find((i) => { return ( get(i.value, props.valueField) === get(item.value, props.valueField) ); }) ?.parents?.reverse()...

removing a component isn't implemented (e.g. `apple[!food]`)

`@n` also isn't a thing

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue,...

А ещё когда репортишь любой комментарий, репортится последний комментарий на странице.

> yeah in your video how did you fix the noise on the models? i am using dumped file named: '35C1CDD22DD0D4E54B858859C0052124FFFAD17958'

> > There appears to be another bug that affects scripting. Whenever there is a Joanna Dark text pop-up, it stays on forever. This usually occurs at the end of...

Короче смотри вот превью в овк генерируются только когда обращаешься к ним. поэтому ты мог замечать странные названия по типу thumbnail_miniature_6.jpeg. До генерации превью неизвестны его ширина и высота. Как...

@msmeissn ``` $ gphoto2 --get-config liveviewsize Label: Live View Size Readonly: 0 Type: RADIO Current: QVGA Choice: 0 XGA Choice: 1 VGA Choice: 2 QVGA END ``` ``` $ gphoto2...