Alexander Clausen

Results 232 comments of Alexander Clausen

For docker, see also: https://simonwillison.net/2018/Nov/19/smaller-python-docker-images/

We would love to have a docker build and publish at the end of our CI pipeline. Currently, we are building (not publishing) a docker image as a step of...

Hmm, I'm not convinced that's the way to go. How do you prevent broken docker images from being pushed? If your answer is [using autotest](https://docs.docker.com/docker-hub/builds/automated-testing/), how do you prevent having...

Same on Linux - possibly an issue in create-react-app / webpack-dev-server / ... when proxying the websocket connection.

> Particular example: I tried unsuccessfully to open a file that contains data with a flattened navigation dimension. Agreed, and that's a valid use-case! Thanks for the issue!

See also: https://github.com/LiberTEM/LiberTEM/issues/553

> See also: #984 Indeed - let me know if you have questions about the changes in that PR - right now, it's still fresh in my mind :)

> By the way, I'm happy to share with you and @uellue that I got a job offer at @frappe! :D They build and maintain a few open source products...

Notes about the `dark_frame` parameter (and other corrections): in addition to the path to the file, there may be more parameters needed, for example when loading raw binary data, the...

> 1. Is there already something similar like parameter sidecar files for the cluster class - https://github.com/LiberTEM/LiberTEM/blob/master/src/libertem/io/dataset/cluster.py#L63-L75 ? Yeah, those are very specific for that use case. I'm also not...