Alexander Clausen

Results 237 comments of Alexander Clausen

There are also the built-in tools in browsers for network throttling, but sadly both [firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1421357) and [chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=423246) don't support throttling websockets

Probably - I don't think much changed in that area. But at least chrome did get websocket throttling support this year, so it should be easier to test.

Checking the logs, this seems to be likely related: ``` Jun 1 12:23:23 iff588 run.sh: [2022-06-01 12:23:23,345] INFO [libertem.web.base.log_message:17] message: ANALYSIS_UPDATED (analysis=d0b30619-3acb-4b48-be6c-e387e02f2305) Jun 1 12:23:23 iff588 run.sh: [I 2022-06-01 12:23:23.346...

Thanks for looking into this! > * we depend on https://pypi.org/project/empyre/ which is also not distributed though conda-forge (or conda). According to the doc this is problematic (see this FAQ...

I had a quick look at the recipes, and they look good, as far as I can tell. One thing I wondered - why is there a `skip: true #...

> In a package usually you don't have tests Can you clarify? Do you mean the sdist doesn't include tests? What are then the logistics of running them in the...

(just a side node: there is an alternative dependency solver being worked on that is supposedly quite a lot faster: https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community )

## Notes - `conda create --offline -n ... python=3.X` - `pip install --no-index --find-links ./wheels/ ...` - need to install `bqplot-image-gl` into the jupyter environment (should already be documented?)

We also need to think about the Python package namespace structure. The way I see it, there are two possibilities: 1) Each package lives in its own namespace (for example,...