clockworklabs / clockworklabs/SpacetimeDB
Complete TODO task in windows.spacetimedb.com
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
https://windows.spacetimedb.com/ contains a TODO task that reads:
# TODO: do this in spacetimedb-update $InstallDir = Join-Path ([Environment]::GetFolderPath("LocalApplicationData")) "SpacetimeDB" UpdatePathIfNotExists $InstallDir Write-Output "We have added spacetimedb to your Path. You may have to logout and log back in to reload your environment."
We want to move the logic that sets the PATH environment variable on windows to be in spacetime-update instead of in a PowerShell script.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at windows.spacetimedb.com and inspect the PowerShell script containing the TODO, then locate the spacetimedb-update entry point that should own this behavior. Confirm that the PATH update logic is handled by spacetimedb-update rather than the script, and verify the Windows update flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell, rust
- Domain
- cli, operating-systems
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100