Mark Dufour

Results 54 issues of Mark Dufour

when feeding VTKVolume lots of data, the i, j, k sliders begin to break at some point (keep resetting to 0). ``` import panel as pn pn.extension('vtk') import numpy as...

examples/sha and examples/pygasus currently cause the following traceback, apparently because of non-ascii characters in their docstrings: ``` File "shedskin/templates/cpp/module.cpp.tpl", line 2, in top-level template code {% block docs %} File...

tqdm triggers multiprocessing.resource_tracker to fork off in tqdm.create_mp_lock. and forking is unsafe for multi-threaded programs (when not using forkserver/spawn start methods). we very reliably get this under OSX for our...

### Description before I forget, thanks for cupy!! :-) it's been great for me so far, with some very nice speedups. for cupyx.scipy.ndimage.center_of_mass, though, it seems like something is wrong...

issue-checked

hi, I'm a long time user of the BDWGC, and use it as part of a restricted-Python-to-C++ compiler: https://github.com/shedskin/shedskin I was wondering if it is safe to LD_PRELOAD a malloc...

### Describe the issue: assigning using a masked boolean array as index does not work as expected, as it may overwrite target elems for masked index elems.. I know we...

00 - Bug

this option is off by default. probably because it never worked under windows. it may also be that it slows everything down. ideally we don't even have this option. might...

I don't know yet by what, but let's see what is available. something that can handle 0-bytes would be nice, perhaps something in modern C++ standards? note that this should...

0.9.10

*ERROR* z80.py:4: cannot locate module: typing *ERROR* z80.py:30: unsupported attribute ctx and such. I guess we can just continue while ignore this. theoretically shedskin can use typing declarations to optimize...

0.9.9

interesting. possibly interesting case for escape analysis, but haven't checked.

0.9.10