Sjoerd de Vries

Results 120 issues of Sjoerd de Vries

```python def do_superposition(...): ... ctx.do_superposition = Module() ctx.do_superposition.code = do_superposition ``` `ctx.do_superposition` now becomes a Transformer

bug
apifix
high priority

probably the same in Jupyter. At some point, a prompt kit stdout patch gets installed. For now, try a fix by direct-printing to sys.__stdout__. Not sure how well this will...

bug
medium priority

It seems you have to first `del` the old instance.

bug
apifix
medium priority

"Synthetic" deep cells are deep cells whose elements are synthesized by the workflow, as opposed to being available in a remote database. Their members may be deleted from buffer cache...

bug
medium priority

Seamless graphs as containers of computation results ==================================================== UPDATE: the big data branch (elision + expression cache) has partially solved this. Seamless graphs contain the checksum of the computation results....

enhancement
medium priority

Triggered by passing a mapping context with a mount in it to map_dict_chunk

bug
high priority

1. To select a part of a Module and use it as another module. See the use of nefertiti in the RRM project. Requires that the submodule is independent, i.e....

enhancement
apifix
medium priority

This is to support FAIR queries later. Seamless will never query the database help cache, only write to it. Only synthesize and send it to database_sink upon save_graph. - Key:...

enhancement
low priority
new feature

Currently, Transformer.debug.direct_print is passed on to the executor of compiled transformers. This causes direct_print to become part of the transformation, leading to cache misses. Python, bash and bashdocker transformers are...

bug
enhancement
breaking change