Skip to content
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

Workspace Hot Loading 🔥 #1390

Open
RobAndrewHurst opened this issue Jul 23, 2024 · 2 comments
Open

Workspace Hot Loading 🔥 #1390

RobAndrewHurst opened this issue Jul 23, 2024 · 2 comments
Assignees
Labels
Feature New feature requests or changes to the behaviour or look of existing application features. RFC Request for Comment or Change.

Comments

@RobAndrewHurst
Copy link
Contributor

RobAndrewHurst commented Jul 23, 2024

It would be really useful for local testing if we could programmatically hot swop workspaces on a already running instance. This can go for swopping out clients and also different workspaces to be used along side browser unit tests.

@RobAndrewHurst RobAndrewHurst added the Feature New feature requests or changes to the behaviour or look of existing application features. label Jul 23, 2024
@dbauszus-glx
Copy link
Member

This could work by controlling the cache. On a localhost instance we could enable a command to clear the cached workspace. However, I am not seeing in how this is different from reloading the instance which obviously clears the cache.

We could also enable that resources from the file system are never cached and will always be accessed directly from source on execution.

@dbauszus-glx dbauszus-glx added the RFC Request for Comment or Change. label Aug 2, 2024
@RobAndrewHurst
Copy link
Contributor Author

We need to revisit this along side the changes on #1440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature requests or changes to the behaviour or look of existing application features. RFC Request for Comment or Change.
Projects
None yet
Development

No branches or pull requests

2 participants