Charles Stern

Results 234 comments of Charles Stern

Thanks for raising this, Alex. @yuvipanda found a solution for us in Pangeo Forge which achieves this goal: https://github.com/pangeo-data/pangeo-docker-images/pull/355 Would be great to generalize this for the Beam scientific Python...

IIUC, Yuvi discovered that copying the pre-compiled Beam boot script could be brittle for this use case, because it invokes system Python, whereas for this use case we want Python...

@yuvipanda has provided some further suggestions in https://github.com/pangeo-data/pangeo-docker-images/pull/355#issuecomment-1190546160, in response to @TheNeuralBit's inquiry on that PR. AFAICT, his suggestion of deprecating the requirement for a beam ENTRYPOINT boot script, in...

That's a very good summary, @yuvipanda. I don't think I have anything to add, but happy to answer any further questions here.

I like `cmip-utils` (or `cmip_utils`) ... personally with a slight stylistic preference for dash-delimiting the package name and under-score delimiting the importable name in Python, as seems common in other...

Echoing that we are also seeing this issue in our project. Pinning to `sqlalchemy==1.4.35` fixes the problem. All SQLAlchemy versions > `1.4.35` break relationships. @andersy005, I'll make a note on...

+1 for this PR so that, as @RobertRosca observes, dependabot can more easily track this issue.

I agree with @Apollo314's assessment. We are also seeing this problem in our project, and pinning `sqlalchemy==1.4.35` solves the problem, as documented in #315.

Just a quick 👍 for this feature. In the Pangeo Forge [`sandbox`](https://github.com/pangeo-forge/sandbox/blob/binder/binder/Dockerfile) we define a custom image for Binder, to provide new users a pre-built environment to experiment with our...

:wave: @m-mohr, I've just published a draft browser to https://pangeo-forge.org/catalog from [pangeo-forge/pangeo-forge-vue-website](https://github.com/pangeo-forge/pangeo-forge-vue-website) almost entirely based on your example in [stac-utils/stac-index](https://github.com/stac-utils/stac-index/tree/master/client/src). An installable `StacBrowser` component would obviously be of great benefit...