Arthur Lobo

Results 35 comments of Arthur Lobo

As you can see, I just turned some big parts of `cssToAnsi` into smaller functions that returns the ansi code. It's only an idea I had while I was taking...

I thought about doing this, but I saw a lot of comparisons using == so I thought it was a lint rule or something like this

I made a pull request adding this feature, but it hasn't been approved yet :(

Apparently it not works correctly, see this case: ```typescript //Original Schema type StoreOptions = { darkMode: boolean frameStyle: "windows" | "macos" frameTheme: "light" | "dark" | "auto" } export const...

I get this error: ``` Type 'JsonSchema7Type & { $schema?: string | undefined; definitions?: { [key: string]: JsonSchema7Type; } | undefined; }' is not assignable to type 'Schema'. Type 'JsonSchema7Meta...

> Did anyone find a good solution for it? I made a package called zod-electron-store, you can find on npm.

I think I added all the missing semicolons, did I forget someone?

@erickzhao I think the most people that want to change something on the dialog only wants to change the update message to something different (Like the Issue #116 ) or...

@dsanders11 great idea! @erickzhao what do you think about that?