Results 4 issues of Jun

@azure/[email protected]" For now it is : ``` const isNode = typeof process !== "undefined" && !!process.version && !!process.versions && !!process.versions.node. ``` maybe this make more sense as electron is more...

question
customer-reported
Client
Azure.Core

I found this issue when I was trying to debug on a remote kernel, due to the network latency, the UI need some time to change debug status after user...

https://github.com/jupyter/jupyter_client/blob/8ca76ea1e67c9732a67cab812f8129b68671b9cd/jupyter_client/channels.py#L239 You need to set timeout to be 0 in get_msg, otherwise it will get stuck rather than raise Empty and break. ![image](https://github.com/user-attachments/assets/af340803-2bcb-413c-9a90-a5f0fc53fea8)