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

suggestions on typing PR #4

Open
wants to merge 5 commits into
base: enh/a-little-typing
Choose a base branch
from

Conversation

tlambert03
Copy link

Description

some thoughts

@@ -162,7 +162,6 @@ def test_settings_env_variables(tmp_path, monkeypatch):
value = 'light'
monkeypatch.setenv('NAPARI_THEME', value)
settings = SettingsManager(tmp_path, save_to_disk=True)
assert CORE_SETTINGS[0]().theme == value
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed this here cause it feels repetitive... but if you wanted to keep it in, you'd need to do somethiing like

appearance: AppearanceSettings = CORE_SETTINGS[0]()
assert appearance.theme == value

@goanpeca goanpeca force-pushed the enh/a-little-typing branch 3 times, most recently from 7f9b5ee to b8b02c3 Compare June 2, 2021 21:29
goanpeca pushed a commit that referenced this pull request Sep 21, 2022
* Update discussion points

* Change status to accepted

* No default sync slicing

* Expand API of requests and responses

* Clarify why thumbnail is in the response

* Upper case subtitle

* Clarify one slicer per viewer

* Expand potential design of asap rendering

* Fix input state

* Update discussion with screenshot stuff

* Update resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants