Song
Song
Almost all the work have been done.
@chmielcode Thanks for your advice. This issue should be fixed in v7-beta4, you can have a try By the way, I'm also not a font expert. I self-taught everything😂
@chmielcode I think the family name in current version have already been handled, can you provide more info or examples? Maple Mono's config:  Other variable fonts' config:  ...
Seems that it is caused by "style group" and make them same will cause #147 Almost all of other monospace fonts choose to make them different Maybe it is sth...
I think Roboto Mono's principle is maybe better  - Roboto Mono: regular, bold, italic, bold italic - Roboto Light: light, light italic - Roboto Medium: medium, medium light -...
done
maybe help https://github.com/cawa-93/unplugin-auto-expose
crude but works in sqlite ```ts export function createSavePoint(db: Kysely | Transaction, name?: string) { const _name = name || `sp_${new Date().getTime()}` return { save: async () => { await...
@shirakawayohane #962
原因:https://www.electronjs.org/blog/electron-29-0#behavior-changed-ipcrenderer-can-no-longer-be-sent-over-the-contextbridge 我写了一个[类型安全的IPC库](https://github.com/subframe7536/typesafe-electron-ipc),可以看看