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
Not sure if this a bug or feature but I noticed that when I needed to get the id from WorkspaceReply, I noticed that it is not in the
WorkspaceReply object:
However, during coding I noticed that the property is indeed available via ipc_data object of the WorkspaceReply.
While my script works fine by using the ipc_data I was confused at first how to code the feature I wanted until I found by debugger that the id is available in ipc_data which led me to wonder if this an error with the i3ipc-python.
For whatever it's worth, I'm using i3ipc-python 2.2.1 and i3 version i3 version 4.19 (2020-11-15)
The text was updated successfully, but these errors were encountered:
Not sure if this a bug or feature but I noticed that when I needed to get the id from WorkspaceReply, I noticed that it is not in the
WorkspaceReply object:
However, during coding I noticed that the property is indeed available via
ipc_data
object of theWorkspaceReply
.While my script works fine by using the
ipc_data
I was confused at first how to code the feature I wanted until I found by debugger that the id is available inipc_data
which led me to wonder if this an error with the i3ipc-python.For whatever it's worth, I'm using i3ipc-python 2.2.1 and i3 version
i3 version 4.19 (2020-11-15)
The text was updated successfully, but these errors were encountered: