a2k

Results 180 comments of a2k

i got a similar issue a 2 days ago & i solved it finally asking gemini with help of yek - https://github.com/bodo-run/yek to upload the entire code. the bug was...

i think your (@damms005) error might be at this line - https://github.com/damms005/electron-forge-help/blob/5f5278bf015cdf796b98d24086c8a082c25ea325/src/main.ts#L12 (just use `isDev` & set production to `../preload/preload.js` or something like that) my exact code was: ```ts const...

Do u know where actually `preload.js` is? You should do `console.log` to see what path it provides. Also, do asar unpack - https://medium.com/@libaration/decompiling-and-repacking-electron-apps-b9bfbc8390d5 to see where the path is (this...

@Sandeep-android-2000 bdw, u can just use https://electron-vite.org/guide/#scaffolding-your-first-electron-vite-project instead to not worry about all this. it supports releases too i think - https://electron-vite.org/guide/distribution this might be much easier too. i did...

@vidup Do it. Although, I think an API call for the latest & greatest model like my code below is better. I have a refetch button above my select/option to...

@Bug-Reaper Try [my approach](https://github.com/sindresorhus/electron-store/issues/213#issuecomment-2801339756) which I feel is extremely simple. It even has a mini-project. Highly recommend reading these 2 blogs that should clear all your doubts: 1. The ultimate...

I went with https://github.com/alex8088/electron-conf & electron-log indeed since these projects aren't working well on newest Electron versions.

i just did that but its one more step.

Oh yes, I used Vercel's AI SDK recently & learned just that.

@qwtel would love this as default. can you release a new version after merging https://github.com/qwtel/sqlite-viewer-vscode/pull/8?