We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
site_state_dir()
user_state_dir()
The user_state_dir() method currently lacks a site_state_dir() counterpart.
Some suggestions:
/var/local/$appname:/var/lib/$appname
site_*_dir()
site_data_dir()
State
This is a prerequisite for #213
The text was updated successfully, but these errors were encountered:
And logs don't belong in cache, they belong in XDG_STATE_HOME as per specification. Annoying to patch it every time I use this lib.
Sorry, something went wrong.
No branches or pull requests
The
user_state_dir()
method currently lacks asite_state_dir()
counterpart.Some suggestions:
/var/local/$appname:/var/lib/$appname
multipath?user_state_dir()
(as with any othersite_*_dir()
counterpart)?site_data_dir()
with an opinionatedState
subdirectory?site_data_dir()
?This is a prerequisite for #213
The text was updated successfully, but these errors were encountered: