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

Add option to switch off automatic model reloading #37

Closed
hannobraun opened this issue Jan 18, 2022 · 2 comments
Closed

Add option to switch off automatic model reloading #37

hannobraun opened this issue Jan 18, 2022 · 2 comments
Labels
help wanted Extra attention is needed type: feature New features and improvements to existing features

Comments

@hannobraun
Copy link
Owner

hannobraun commented Jan 18, 2022

Automatic reloading of models doesn't work perfectly and might work differently between platforms. It would be good to have the option to disable it, if need be.

I'm not sure how best to do that though:

  • A command-line parameter is an option, but that would require the user to always specify it.
  • A UI element could be added (in which case this issue should be blocked on Evaluate options for improving GUI infrastructure  #4). That might be more convenient than a command-line parameter, in some cases, but any change to this setting would not be persist after Fornjot is restarted.
  • Specifying it in a configuration file might be best, but we don't have that yet. (Also see Develop concept for configuration #38.)

I'm not sure if any of that is necessary right now, or if we should just wait until we have a more comprehensive configuration system. I don't have the need to disable reloading myself (and if I had, I'd rather fix whatever my issue is), so I don't know. Feedback would be very appreciated!

@hannobraun hannobraun added type: feature New features and improvements to existing features topic: model labels Jan 18, 2022
@hannobraun
Copy link
Owner Author

hannobraun commented Jan 18, 2022

Adding https://github.com/hannobraun/Fornjot/labels/help%20wanted, since feedback on this issue would be appreciated.

@hannobraun hannobraun added the help wanted Extra attention is needed label Jan 18, 2022
@hannobraun
Copy link
Owner Author

Added an entry for this to the feature wishlist. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type: feature New features and improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant