Christoph Deil
Christoph Deil
PyTorch 2.9 shipped with many nice improvements: https://github.com/pytorch/pytorch/releases/tag/v2.9.0 Could you please make `coremltools` compatible with it?
@MarcSkovMadsen - thanks for making nice tutorials on video streaming. https://panel.holoviz.org/tutorials/intermediate/build_server_video_stream.html https://github.com/holoviz/panel/blob/main/examples/gallery/streaming_videostream.ipynb For me on latest MacOS Safari 26.0.1 with Python 3.12 and Panel 1.8.2 they flicker on every (or...
Could you please create some intro docs how sessions work in Panel? This is something we were and partly still are struggling with, especially in the context of multi-threaded multi-page...
## What happened Opened IDE and Project after macOS Tahoe update and flutter version updates and got this error. ## Version information IntelliJ IDEA `2025.2.2` • Flutter plugin `io.flutter 87.1`...
I'm using cloudpathlib for file write, read, delete as part of a web app. Running it on AWS AppRunner and S3 we are seeing some issues that sometimes delete doesn't...
Do Reolink Cameras store the image snap or RTSP frame timestamp? Is it accessible somehow? For my application I want to have the exact timestamp the picture/frame was taken, not...
In Gammapy we currently use the `utc` time scale. I think in CTA it is under discussion if the `utc` or `tt` time scale should be used (e.g. for event...
@kialio has put a BSD license on his [VHEObserverTools](https://github.com/kialio/VHEObserverTools) and gave his OK for us to use it for `gammapy.spectrum`. Specifically he has nice code for sensitivity calculations and EBL...
This is a long-term issue under the "whishlist" milestone with some general thoughts on analysis reports in Gammapy. When running an analysis one usually wants to browse the results /...
In #318 logging from Gammapy command line tools was improved, but I'm not sure this is a good setup / pattern yet. There were suggestions in https://github.com/astropy/package-template/issues/134 that sub-classing [AstropyLogger](http://astropy.readthedocs.org/en/latest/api/astropy.logger.AstropyLogger.html)...