Nicolás Hernán Silva

Results 39 comments of Nicolás Hernán Silva

I would like to work on this issue @jelveh.

Well indeed I would need some guidance to get the project up and running on my machine.

@jelveh I am able to run `npm install` and have all the packages but when I enter the command `npm start` The console does this: `[INFO::__dev-watcher] (10.578s) [puter.js:webpack-watch:out]` `[INFO::__dev-watcher] (10.579s)...

Yes i am indeed using windows. Well let me know if I can be of any help solving this too.

@KernelDeimos After the command `npm start` this is the sequence I get This `[INFO::__dev-watcher]` throws some of the first errors ![Captura de pantalla 2024-07-17 152427](https://github.com/user-attachments/assets/34ed982d-b876-44c8-9fcc-3e327ad95a13) More `[INFO::__dev-watcher]` errors ![Captura de...

Amazing @KernelDeimos now it works like a charm! Now Puter for developers is up and running for windows too. And yes there are multiple files been created at `C:\var\puter` ![image](https://github.com/user-attachments/assets/f81b3c58-40ce-4ab2-b161-7237ec76d0bf)

> Feel free to report back about anything that's under-documented btw. Will do, I will start with the issue now.

I have started the issue yesterday and encounter some problems. I have found that I need to use `puter.fs.readdir()` to manage folder and files, and all are async functions. In...

The feature now its almost done, on service start I save all the custom template files and then on new_context_menu_item show them to the user. I have encounter the following...

This is my browser's dev console after clicking the save button on the text editor ![Captura desde 2024-07-19 19-21-32](https://github.com/user-attachments/assets/058cb970-5f56-45e2-a388-97ada68e9755) Uncaught in promise was the output after clicking save file on...