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
I used codesnap -f application.rb -o clipboard --has-breadcrumbs --has-line-number to generate a codesnap and it gets stuck on "Generating". When I replace -o clipboard with -o code.png it completes instantly. I imagine this is because clipboards under Wayland are complicated and have a completely different approach.
Turns out it doesn't actually hang. Of course the application has to stay open for the wayland clipboard content to stay available, but this isn't obvious when using the application.
I have figured out the why in the mean time, I just think the prompt could be more helpful, but in my quick tinkering I haven't figured out how to make the spinner change from generating to something like: "Generating done, paste the image and close the program"
I used
codesnap -f application.rb -o clipboard --has-breadcrumbs --has-line-number
to generate a codesnap and it gets stuck on "Generating". When I replace-o clipboard
with-o code.png
it completes instantly. I imagine this is because clipboards under Wayland are complicated and have a completely different approach.System information
The text was updated successfully, but these errors were encountered: