Skip to content

Instantly share code, notes, and snippets.

View yjwong's full-sized avatar

Wong Yong Jie yjwong

View GitHub Profile
@yjwong
yjwong / dsdt.dsl
Created June 24, 2023 19:29
Patched DSDT for UM3402YA for CS35L42
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20200925 (64-bit version)
* Copyright (c) 2000 - 2020 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of dsdt.dat, Sat Jun 17 23:19:04 2023
*
* Original Table Header:
@yjwong
yjwong / lark-wayland-binary-patch.md
Last active August 26, 2025 05:45
Lark client patch for Wayland

Version 7.46.12

The process to make this version work is similar to version 7.28.10. Simply modify /usr/share/applications/bytedance-lark.desktop, adding the --ozone-platform-hint=auto flag to the Exec line.

Set app_id

Unfortunately, in this version, attempting to patch libframe.so as in previous versions doesn't work, and will cause the app to not start.

The app_id is still set incorrectly; investigation is ongoing.

name: No Fill vs FFFFFF Detection Test
description: Demonstrates that getCellProperties() and format.fill.color both return FFFFFF even when a cell has No Fill in Excel.
host: EXCEL
api_set: {}
script:
content: |-
document.getElementById("setup").addEventListener("click", setup);
document.getElementById("run").addEventListener("click", runRead);
async function setup() {