Song

Results 285 comments of Song
trafficstars

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: ![image](https://github.com/subframe7536/maple-font/assets/78338239/16fbb069-2265-4d33-ae0c-e357cbe1520e) Other variable fonts' config: ![image](https://github.com/subframe7536/maple-font/assets/78338239/28258366-7129-464c-88a5-a869a80a7749) ![image](https://github.com/subframe7536/maple-font/assets/78338239/e38b31d5-d194-4647-943d-0d05d633d682)...

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 ![image](https://github.com/subframe7536/maple-font/assets/78338239/fcded996-ae93-4231-bfcd-b50446d511aa) - Roboto Mono: regular, bold, italic, bold italic - Roboto Light: light, light italic - Roboto Medium: medium, medium light -...

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...

原因: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),可以看看