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 tested this multiple ways, using jq in a command causes a delay so large the widget becomes near unusable. I have my workspace widget set up like so:
for some reason unbeknownst to me, it's like the command is only outputting once every 30 seconds or so. Just to make sure it's not me, I tried not actually filtering anything in jq and just running the json through it, like this:
The same problem occurs.
I tested it in the terminal and it works fine. The widget functions perfectly fine if I simply don't pipe it into jq. Any pointers?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tested this multiple ways, using jq in a command causes a delay so large the widget becomes near unusable. I have my workspace widget set up like so:
for some reason unbeknownst to me, it's like the command is only outputting once every 30 seconds or so. Just to make sure it's not me, I tried not actually filtering anything in jq and just running the json through it, like this:
The same problem occurs.
I tested it in the terminal and it works fine. The widget functions perfectly fine if I simply don't pipe it into jq. Any pointers?
Beta Was this translation helpful? Give feedback.
All reactions