You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proposal to add path based validations to the environ.rs files in both swhks and swhkd as suggested by @zubairmh in #243 (comment).
This can achieved by adding a new Error enum and also handling it: If the directory path doesn't exist, the defaults can be used.
There is a case for creating the directories on the fly, so am not sure yet 😄
The text was updated successfully, but these errors were encountered:
This is a proposal to add path based validations to the
environ.rs
files in bothswhks
andswhkd
as suggested by @zubairmh in #243 (comment).This can achieved by adding a new Error enum and also handling it: If the directory path doesn't exist, the defaults can be used.
There is a case for creating the directories on the fly, so am not sure yet 😄
The text was updated successfully, but these errors were encountered: