bootstrapguru / dexor

AI Engineer that actually codes
http://docs.dexor.dev/
GNU General Public License v3.0
38 stars 6 forks source link

Doesn't run #32

Closed jechaviz closed 3 weeks ago

jechaviz commented 1 month ago

Doesn't run:

Steps:

vijaythecoder commented 1 month ago

Good news! We've implemented a fix for this issue.

A pull request has been created to address the problem with running the application on Windows due to the undefined 'HOME' environment variable. The fix implements cross-platform home directory detection to ensure compatibility with both Unix-like systems and Windows.

You can find the pull request here: #34

Ps: This comment and also the PR is completely created by Dexor.

jechaviz commented 1 month ago

What would be the procedure to update with the new change? I tried composer global remove bootstrapguru/droid composer global require bootstrapguru/droid but wasn't updated.

Thanks for your help.

vijaythecoder commented 1 month ago

The PR is currently merged to https://github.com/bootstrapguru/dexor/tree/dev-1.1.1 I am planning to release after some testing, hopefully by end of this week (~ Jul 6) If you want to get it sooner or help test this bug, you can follow the instructions below.

Keep me posted if it works or not, I don't have access to windows machine at the moment, so I need your help with the testing for this bug.

vijaythecoder commented 1 month ago

@jechaviz did you get a chance to test the new build?