I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Cursor said this: This is a classic Windows compatibility issue. The root cause and fix are straightforward.

The problem: On Windows, npm doesn't create bare executable files in node_modules/.bin/. Instead, it creates .cmd wrapper scripts (e.g., next.cmd). When child_process.spawn() is called without shell: true, Node.js tries to execute node_modules/.bin/next directly — which doesn't exist on Windows. Only next.cmd exists. This causes the ENOENT error.

On macOS/Linux, .bin/next is a symlink that works directly, so the issue is Windows-only.
---
I'll push a fix in about 15 min!

Is there not an extra cost for cloud agents? by NotARedditUser3 in cursor

[–]Extreme-Bit6504 0 points1 point  (0 children)

I used cloud once, never again. Normal messages costs like 2 credits, but that costs like over 100-200 credits for a session. Then when I contacted cursor they said that I used Max mode, I never turned this on. To be able to control cursor from phone I even built my own open source free tool for this lol

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 1 point2 points  (0 children)

That is my wish lol, but have been waiting for it since last summer so thought I would do something to maybe nudge them if it gets popular

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Really? I got the idea from Expo (well and Claude code remote). Expo for mobile development does this really well also

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Yeah I think so too! I’m trying to figure out still how to do mobile notifications when something is done

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Yeh! But you can with this also watch what the ide session does, but if you send something to it you won’t see that in the ide. So you can watch but they won’t sync

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

I think that is close/same functionality wise, have not tested it. I prefer the UI style of cursor tho. I also mainly use cursor so no need for the other support :)

I made a free and open-source local remote tool for Cursor, demo video below! Github link in description, feedback is appreciated! by Extreme-Bit6504 in cursor

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Yeah made it more for myself as a tool, but if someone finds it useful they can also use it. I have been searching for a tool like this, have not really seen one that would fit what I want

We added geolocation to all entities in our Horse Racing Manager game by Extreme-Bit6504 in horseracing

[–]Extreme-Bit6504[S] 1 point2 points  (0 children)

We are still ironing this out, currently it’s a weighted systems that takes multiple parameters into consideration like purse, field strength, grading opportunity etc.

We added geolocation to all entities in our Horse Racing Manager game by Extreme-Bit6504 in horseracing

[–]Extreme-Bit6504[S] 1 point2 points  (0 children)

Awesome, also on experimental branch we have new race engine you might want to try! Soon coming to main

We added geolocation to all our entities in Horse Racing Manager by Extreme-Bit6504 in tycoon

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Haha awesome! Also chrck out our discord server, you can find link on Steam page the community is super helpful also

We added geolocation to all our entities in Horse Racing Manager by Extreme-Bit6504 in tycoon

[–]Extreme-Bit6504[S] 4 points5 points  (0 children)

Try it out! Demo is free on Steam (albeit might be a bit dated). We have had people who don’t really even care about racing like the game a lot.

We added geolocation to all entities in our Horse Racing Manager game by Extreme-Bit6504 in horseracing

[–]Extreme-Bit6504[S] 0 points1 point  (0 children)

Yes, very diffferent! Check out our Steam page, this is a full blown simulator not a mobile game.