Christoph Deil

Results 472 comments of Christoph Deil

I still have the same issue. It's with these versions: ``` custom_lint *0.7.6 *0.7.6 *0.7.6 0.8.1 riverpod_lint *2.6.5 *2.6.5 *2.6.5 3.0.1 custom_lint 0.7.6 (0.8.1 available) custom_lint_builder 0.7.6 (0.8.1 available) custom_lint_core...

When I look at https://panel-gallery-dev.holoviz.dsp.anaconda.com/portfolio_analyzer or the other apps on my phone they indeed don't look so great. If I run Lighthouse or PageSpeed https://developer.chrome.com/docs/lighthouse/pwa/viewport/?utm_source=lighthouse&utm_medium=devtools https://pagespeed.web.dev/analysis/https-panel-gallery-dev-holoviz-dsp-anaconda-com-portfolio_analyzer/oqq2l6s8rt?form_factor=desktop It complains about this:...

@pjbull - thanks for the advice and pointers! I did change to `file_cache_mode="close_file"` today: ```python s3_client = S3Client( aws_access_key_id=settings.S3_ACCESS_KEY_ID, aws_secret_access_key=settings.S3_ACCESS_KEY, file_cache_mode="close_file", ) ``` It did resolve the issue that GET...

I see Bokeh has extensive docs on their server which includes docs on sessions: https://docs.bokeh.org/en/3.4.0/docs/user_guide/server.html But as a Panel user it's not obvious how that relates to Panel apps since...

This is a very old issue, from 2014. At first I wanted to close it, but then I noticed that https://github.com/kialio/VHEObserverTools was about simple tools and examples how to do...

Thanks @vighneshbirodkar! I've put the data gallery in this PR [here](http://www.mpi-hd.mpg.de/personalhomes/deil/public/skimage/993/data_gallery.html) to make it easy for everyone to have a quick look. I'm not a huge fan of the current...

Related: - http://gamma-astro-data-formats.readthedocs.org/en/latest/info/time.html - https://github.com/gammapy/gamma-astro-data-formats/issues/14

@registerrier - Could you please clean up the docs and code how to work with times in Gammapy? Code-wise, my main suggestion is to use `Table` objects with `START` and...

I asked Gemini/ChatGPT about this and they claim that the root cause of the flicker is that the `` `src` attribute is updated which triggers a "clear-decode-paint" cycle and flicker....

I don't think we'll find a logging format that everyone likes, so we should make it configurable. It's probably better to allow the specification of a `gammapy-logging.conf` file: https://docs.python.org/3/howto/logging.html#configuring-logging (instead...