Replies: 1 comment
-
I don't plan to do this, but because it is not completely off the table, I have converted it to a discussion, instead of only closing the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Now that I've got
forge
working on my system, I've been able to try things out. One of the questions I had was whetherforge
would allow me to work on issues whilst offline.I've tried pushing an issue to a tracker when offline. The only indication that the push hasn't gone through is that the buffer isn't closed: no informative message. It might be useful to notify the user on those fails.
(Side-note: If we close the buffer after saving it, running
forge-create-issue
again asks you whether you want to edit the previous draft or thrash it. This is great, but maybe we could expand this behaviour to have multiple concurrent drafts?)Then, I tried
forge-pull
when offline. It displaysPulling $user/$repo
in the modeline, but it doesn't seem to time-out, or if it does, I haven't witnessed it (waited ~2 min).magit-fetch-from-pushremote
when offline lets you know that the pull didn't happen. Inmagit-process-buffer
:Not entirely informative, but I guess it'd be hard to ascertain that there's a connection problem.
Beta Was this translation helpful? Give feedback.
All reactions