Andrew-web-coder
Andrew-web-coder
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
So, I was using "karma-typescript" npm package, but that project seems to be dead, because it is not compatible with TypeScript 5, but now it looks like this "karma" project...
Previously, I used [karma-typescript](https://github.com/monounity/karma-typescript) package, but it does not work with Typescript 5. So, what are the alternatives?
I followed docs - https://www.electron.build/configuration/appx.html#appx-assets - but the result is unexpectedly bad. The icons are smaller and have a weird black background. Also, see https://stackoverflow.com/questions/77404174/what-is-the-correct-storelogo-images-configs-sizes-for-app-icon-for-app-on-micr btw, it works fine when...
### Describe the bug I want to name my app "My cool app 2.0", but, if I edit `tauri.conf.json` and for "package"/"productName" use "My cool app 2.0", it fails with...
### Is your feature request related to a problem? Please describe. I would like to have option to set separator/delimiter between nav links, the same that is created between nav...
Not cool
So you stole Fancybox's idea and design and didn't even thank it? Not cool, not cool at all. Also, your script works very poorly compared to the Fancybox. Not to...
I have created *.msi installer. Now, I want to distribute it. 1) I can not distribute directly, because I do not have spare thousands of dollars to buy a certificate...
I try to import like this: `import openAboutWindow from 'about-window'` or `import { default as openAboutWindow } from 'about-window'` but all I get is `"openAboutWindow" is not a function` error...
I copy pasted the code from the docs, the result is: ``` SyntaxError: await is only valid in async functions and the top level bodies of modules ``` I deleted...