Burgil
Burgil
(Solved already below thanks.) Tried the example code in the thread but I was having some issues, anyone have any clue?  I tried to import it inside the scope...
```css .Toastify__toast-container { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; width: fit-content !important; } .Toastify__toast { width: fit-content !important; font-family: "Inter", sans-serif; } ``` Works the best for me.
### **Trying to add stream to `Windows`** ### Update: Finished adding stream to `Windows` - Working on production environments now, checkout the repo: https://github.com/burgil/say.js/releases/tag/update-20 ```PS PS C:\Users\Burgil\Desktop\say.js> node ./examples/win32-stream.js ```...
Hello! I found the solution! https://docs.deno.com/examples/prompts/ They made it possible to use native API's (finally thanks Deno I'm starting to love you) # New Code: (Solution for us, the users)...
Well, I think the source of this issue is just confusion, I could be wrong but as far as I'm aware, and I did it before: 1) You can not...
> You are saying to point mac.icon to ./assets/appIcon.png one time, run electron-builder to let it create the ./dist/.icon-icns/icon.icns at least once, move that icon.icns to ./assets/appIcon.icns, then finally change...
Well I researched a lot about that topic actually and I believe the answer is that you can only generate a mac build from mac, or through a build server...
I can't even ping: ``` ping google.com ping: google.com: Temporary failure in name resolution ```