This message was deleted.
# feature-requests
s
This message was deleted.
d
i'm actively working on comment speed, but you're right that there is a floor to how fast we can make it on the server-side
adding pending threads is about 35% faster as of last week
❤️ 1
working on single replies at the moment
beyond that, we'd like to work on perceived speed via early client side rendering
m
Heck yeah!
Optimistic updates is a great idea
d
yep! we do it in the app in general, but for the commenting feature it's a (current) gap
• Pushing updates to branches. If I have a stack of 12 PRs and I make a change in the bottom stack, takes quite a while to push
for clarification, you're running
gt ss
here, and the serial nature of pushing each PR feels slow when the stack is large?
m
exactly
d
it's possible we need to submit in a sequential order (e.g we don't want to just parallel submit them all, especially if you've changed the ordering of the stack), but i'm not sure
to double check, were you aware of the
gt branch submit
command (you can submit the current branch only and save the others for later)?
and i'm also curious what you feel blocked on while the submit happens? e.g. could you just kick it off and switch to a different terminal pane/tab or is there something you're waiting on explicitly there?
m
great questions
to double check, were you aware of the
gt branch submit
command (you can submit the current branch only and save the others for later)?
TIL! however I do like to push up everything so that my local == remote
and i'm also curious what you feel blocked on while the submit happens?
e.g. could you just kick it off and switch to a different terminal pane/tab
or is there something you're waiting on explicitly there?
Nope, wasn't feeling blocked. So in that sense, this is not a high-prio issue, it seems like I could keep working, even check out another branch and it didn't seem to interrupt the process. So this is not a big deal actually – compared to the PR comment thing, where I have to watch and wait for the PR comment to post because I want to make sure it's posted (especially if I write a Ulysses). Though for the comment thing, if it was optimistically updated, I would feel comfortable moving on without waiting for it to be confirmed posted in some way if it displayed some sort of error to me if it failed.
d
that all makes sense thanks