Devin Stein

Results 100 comments of Devin Stein

Merged as part of https://github.com/jupyter-incubator/sparkmagic/pull/935

Hey @shay1bz 👋 sorry for the late response. Are you still opening to contributing? I can help with testing. We'll also want to add an example notebook

@shay1bz Amazing 🙌 Let me know how I can help

Related project for those that end up here: https://github.com/viaduct-ai/kustomize-sops . A good CRD-less approach

Hey @IronCore864 have you tried customizing your `.sops.yaml` to not encrypted those field? This is how we recommend users support K8s secrets with [KSOPS](https://github.com/viaduct-ai/kustomize-sops?tab=readme-ov-file#3-configure-sops-via-sopsyaml) ```yaml # .sops.yaml creation_rules: - unencrypted_regex:...

Related to https://github.com/getsops/sops/pull/1358

Hey @jeffeth-donaldson thanks for opening a PR! Do you know why this code causes duplicate fields? How can we support older version of Jupyter as well?

If anyone is looking for a workaround, here is a naive implementation we use internally ```py import functools from collections.abc import Callable from typing import ParamSpec, TypeVar P = ParamSpec("P")...

Hey @shlomota @MarvinRoe @mkc450 - a contributor made a [PR](https://github.com/jupyter-incubator/sparkmagic/pull/964) to fix this in Sparkmagic. I do not have a good way to reproduce the issue. Can any of you...