2xB
2xB
E.g. the following minimal XML file caused segmentation faults: ``` ``` This is fixed by throwing an appropriate error instead. Most of the code is just copied from the error...
When using surfaces in multiple `axial_mesh` components, it is possible to get a segmentation fault from https://github.com/KATRIN-Experiment/Kassiopeia/blob/805765f69aafb5227470b05448d980138df9ece5/KGeoBag/Source/Extensions/AxialMesh/Source/KGAxialMesh.cc#L15 . TODO: - [ ] Understand why this causes a segmentation fault in...
`docutils.nodes.reprunicode` was until recently just a subclass of `str`. It was removed in this commit: https://sourceforge.net/p/docutils/code/9415/ Therefore `path = nodes.reprunicode(path)` just converted a string to a string and can therefore...
Somehow KSComponentMath results at least when writing to an ASCII file only contain one digit after the dot. From a first look, it is not clear to me why -...
#### Summary Error messages on invalid SSL certificates contain no information about what the offending certificate is. This makes it hard to understand sporadic certificate errors. Since sporadic certificate errors...
[test.odp](https://github.com/user-attachments/files/19535324/test.odp) ### This issue is unique. - [x] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Windows 10 / 8.1...
This is done by instead of WebSocketHandlerMixin providing the default `get` method and delegating to `ProxyHandler.http_get`, it now provides `get_websocket` and `ProxyHandler.proxy` delegates to it. Code is also removed that...
### Bug description Websocket requests are not mapped via `mappath`. The function is not even called on the websocket URL. ### How to reproduce Write a small server proxy that...
## References Fixes https://github.com/jupyterlite/pyodide-kernel/issues/125 and https://github.com/jupyterlite/demo/issues/131 . ## Code changes Previously, when - without using a venv - one installed jupyterlite and lab extensions like the Pyodide kernel as user...
In use with multiprocessing (e.g. when pickling `awkward` arrays to transmit them from a subprocess to the host), I see issues with `importlib_metadata`. This was originally observed by @richeldichel as...