Timo Schroeder

Results 12 issues of Timo Schroeder

The repo is pretty big and its hard to tell whats used and whats still there for historical reasons. I propose we gather the code and reorganize the folder layout...

code quality

The current compression algorithm is optimized for integers upto 32 bit. For higher bit values or floating point the compression ration is rather poor. We should implement a shuffle filter...

enhancement
question
developer input requested

Windows' mapping of the pthread library is incomplete. In particular the pthread_cancel wont cancel your thread. Trusting that it will, may cause Windows programs to deadlock e.g. with a subsequent...

bug
os/windows
core

I already mentioned this in our meeting some time back. We should move the device driver development outof our release branches. these atomic merge/release of unfinished device drivers has side...

build&deploy

like mdsplus/tdi/d3d/findshot.fun which contains: ```tdi fun public findshot(IN _tree, IN_shot) { _path_in = _path = treeshr->MaskReplace(REF(_tre ``` it was clipped atbsom point or never complete.

bug
tool/tdi

At W7X we use a python implementation of a FSM that currently experiences a natural generalization. I will try to push that endeavor to a point where it will be...

feature

* store URL (=REPO+RELATIVE_PATH) and hash of commit in tree. * api to get required files from repo pure python git api e.g. https://github.com/dulwich/dulwich

feature
api/python
devices

Currently the implementation of async requests as done by ServerShr is as follows: - The client binds a port in a given PORT_PANGE and listens on it for a reply...

feature
tool/mdsip

maybe not in master but this should work on both 3.8 and 3.7..

* this is an untested attempt to address issue #2576. * this is a cheap way to intercept unsupported dtypes converting them to native types. * it may be more...