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 have noticed that watchbind is hanging when processing long input.
For example, watchbind "for i in {0..1000} ; do uuidgen ; done" works fine (even though with noticeable delay), but watchbind "for i in {0..2000} ; do uuidgen ; done" hangs.
My environment:
macOS 14.7.1
bash 5.2.37(1)-release
kitty 0.37.0
The text was updated successfully, but these errors were encountered:
I have noticed that watchbind is hanging when processing long input.
For example,
watchbind "for i in {0..1000} ; do uuidgen ; done"
works fine (even though with noticeable delay), butwatchbind "for i in {0..2000} ; do uuidgen ; done"
hangs.My environment:
The text was updated successfully, but these errors were encountered: