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
The first thing in the Checkout function is "if(IsFileWriteable(...)) return -1". This makes it impossible to ever open a file that has the +w attribute (always writable on client) from the plugin, and that is super annoying.
The text was updated successfully, but these errors were encountered:
The first thing in the Checkout function is "if(IsFileWriteable(...)) return -1". This makes it impossible to ever open a file that has the +w attribute (always writable on client) from the plugin, and that is super annoying.
The text was updated successfully, but these errors were encountered: