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
Describe the feature and the current behavior/state.
I counted at least 9 extensions which need to read plist files (tower, safari, tableplus, etc) to fetch data. They all implement this on their own way, with third-party libraries and custom handling of permission.
It would be great to have a usePlist hook, working the same way as the useSQL hook: returns AsyncState, handles missing permission, etc
Will this change the current API? How?
No, this is a new hook
Who will benefit from this feature?
Extensions which fetch data from plist files
Any Other info.
The text was updated successfully, but these errors were encountered:
Describe the feature and the current behavior/state.
I counted at least 9 extensions which need to read plist files (tower, safari, tableplus, etc) to fetch data. They all implement this on their own way, with third-party libraries and custom handling of permission.
It would be great to have a
usePlist
hook, working the same way as theuseSQL
hook: returns AsyncState, handles missing permission, etcWill this change the current API? How?
No, this is a new hook
Who will benefit from this feature?
Extensions which fetch data from plist files
Any Other info.
The text was updated successfully, but these errors were encountered: