Andreas Klöckner
Andreas Klöckner
This is an attempt to make use of [nanobind's stub generation](https://nanobind.readthedocs.io/en/latest/typing.html#stubs) This does not work at all for now. Problems: - [ ] How do we convince scikit-build-core to install...
Reproducer: ```py from typing import Collection from functools import reduce def _pull_out_loop_nest( loop_nests: list[frozenset[str]], inames_to_pull_out: frozenset[str] ) -> None: emptyset: frozenset[str] = frozenset() # OK reduce(frozenset.union, loop_nests[:-1], emptyset) # Error...
Reproducer: ```py from typing import Collection from functools import reduce def _pull_out_loop_nest( loop_nests: list[frozenset[str]], inames_to_pull_out: frozenset[str] ) -> None: # OK emptyset: frozenset[str] = frozenset() assert inames_to_pull_out
Consider the following reproducer: ```py #!/usr/bin/env python import numpy as np import pyopencl as cl n = 10 ctx = cl.create_some_context() queue = cl.CommandQueue(ctx) prg = cl.Program(ctx, """ #define lid(N)...
To reproduce: Press Cursor-Right at the end of a display/block math environment. The following shows up in the browser console: ``` TextSelection endpoint not pointing into a node with inline...
I use a simple plugin like this: ```js const readonlyPlugin = new Plugin({ key: new PluginKey('readonly'), filterTransaction: (transaction) => transaction.docChanged === false, }); ``` to allow ProseMirror to be read-only...
I am editing files that contain paths of other files. Those paths are relative to the repository root, not the path in which the document resides. Therefore, the current implementation...
``` Course content did not validate successfully: 'flows/exam-1.yml: AttributeError: 'NoneType' object has no attribute 'split'' Update not applied. ```