-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis url and windows exe #162
base: main
Are you sure you want to change the base?
Conversation
Hi @sebbean, Would you mind making two issues for this? If I understand it correctly, you'd like to have the following:
I'll take up additional questions in those issues. Regarding feature nr. 2, I added a patch to support this (in favor of HOST/PORT), https://github.com/superstreamerapp/superstreamer/pull/164/files, I noticed in your PR you missed a few places. Happy to have that one merged already if it fixes your case. |
@matvp91 yes! i'll button this up with some more clarity early next week! i ended up being able to run in windows no problem, just had to build the packages in wsl first - ha also the .exe to the end of the bins downloaded |
@matvp91 this is the only error stopping build on windows AFAIK:
something in the build scripts is using |
Isn't The build step isn't really meant for people to run, it's designed for CI/CD to build the Docker images. As a user, you'd run the Docker images. As a developer, you'd run Very unlikely we'd have a build step compliant on Windows as CI/CD does not support this. Would you be willing to drop this PR in favor for another one that contains only the changes needed for downloading and running the I like the change you made where REDIS_HOST and REDIS_PORT (multiple) are dropped in favor of REDIS_URI (single) and abstracted it in a separate PR where I put you as Co-Authored. 088468b is merged to main, thank you for bringing this one up. |
yes i can help with the exe PR - i'll modify or reopen a new PR for that step re: cp on powershell re: build vs dev, I saw an issue and may have noticed one saying you have to run build before the dev command works properly i'm new to bun so wasnt sure if that was the case |
That'll no longer be necessary, getting the dev env up and running should be as simple as I assume you've checked out the main branch, thus the command above should be enough to get you started.
In your StackOverflow link, doesn't this answer imply you're able to Pretty cool to see there's no need for major changes to get developers with Windows into the project, thank you for the time invested! |
No description provided.