Ian Thomas

Results 58 issues of Ian Thomas

#### Reference Issues/PRs Fixes part of #1724. #### What does this implement or fix? When testing on macOS ARM using hardened `libcxx` and latest `master` branch commit (89817db81) I see...

bug

I am creating a local demo deployment using the `terminal` extension which needs to be served with `extra_http_headers` to enable `SharedArrayBuffer`, for example: ```bash jupyter lite serve --LiteBuildConfig.extra_http_headers=Cross-Origin-Embedder-Policy=require-corp --LiteBuildConfig.extra_http_headers=Cross-Origin-Opener-Policy=same-origin ```...

bug

This is a candidate fix for #13732. Initialisation of `HasProps`-derived classes in BokehJS currently occurs in the `HasProps` constructor, provided it is not deferred because we are deserialising from JSON....

status: ready

## Description When using the default `perCommTarget` for `commsOverSubshells` that was introduced in #17363 eveything works fine with a single kernel, but if a second kernel is started it tries...

bug

## References Using subshells for comms was originally implemented in #17363. The default option for `CommsOverSubshells` is `PerCommTarget` meaning use one subshell per comm target, but this should really be...

bug
pkg:services

We've been planning the next release of `ipykernel` to be version 7 with the headline backward-incompatible changes being `anyio` and the addition of experimental subshell support. The `anyio` implementation is...

enhancement

Looking into improving the flakiness of some of the subshell tests, hoping to fix #1359. The failures in CI all appear on Windows, either CPython 3.11 or PyPy. On a...

maintenance

CI is failing due to ```bash $ jupyter labextension list --verbose "@lckr/[email protected]" is not compatible with the current JupyterLab Conflicting Dependencies: JupyterLab Extension Package >=0.16.6 =0.15.0