Interactive mode doesn't show subdirectories #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've found a regression introduced in 0.30 (from #24). Tested on Python docs layout (PL project):
Whereas 0.25:
What about just dropping interactive mode? I've never seen someone using it.
What do you think?
Now we have two functionalities connected with URLs: displaying reservations and interactive mode which allows to "reserve" a resource.
Do you propose dropping both of them?
I think pragmatically it makes sense, because they are very project-specific, and may add maintenance burden 👍
I just propose dropping the interactive mode. Displaying reservations is still useful: maybe almost 0 project are opening issues to tell about a reservation, but displaying a reservation when a PR is opened make sense.
It could be rephrased though, instead of "reserved by {user}" we could have "{user} is working on it", or just link to the PR/issue.
cf. #33
I like the link option, as it could be modified for Transifex to link to resource translation -- that was my motivation/intention for the PR #26.