Alex

Results 10 issues of Alex

We use kube2sky for DNS inside our K8S cluster. It was down for some reason. but I haven't noticed that. When I created an ingress which required a certificate kube-lego...

In fact `KUBECONFIG` supports multiple locations joined with colon. Add a support for that here as well.

Currently plugin only lists running containers. In the example bellow`elasticsearch` isn't running at first, then I start it and letter `E` shows up: ![image](https://github.com/spaceship-prompt/spaceship-prompt/assets/16747951/91564cb2-ace3-47b6-8f65-afd44d3b7e0f) However I personally expected this behaviour...

We had to upgrade swagger-ui to a recent version, because it has quite a few CVEs. Obviously this escalated into flask + flask-jwt + base docker image upgrade. We are...

In here: https://github.com/evalphobia/logrus_sentry/commit/57846a82817615f185b10cc40de8dc60c1ca5ae1#diff-0b771ec7e8ca759d819dc583bbdc795aR212 We are relying on a fact, that the stacktrace is not nil, however here: https://github.com/evalphobia/logrus_sentry/commit/57846a82817615f185b10cc40de8dc60c1ca5ae1#diff-0b771ec7e8ca759d819dc583bbdc795aR204 We can still get nil. And sometimes `raven.NewStacktrace(...)` returns nil, causing all...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem go ### Package manager version _No response_ ### Language version _No...

T: bug 🐞
L: go:modules

Currently only `api_key` is being proactively excluded from dumps on any object. However, HF related objects, like `TransformersLLM`, define `token` as a SecretStr: https://github.com/argilla-io/distilabel/blob/main/src/distilabel/models/llms/huggingface/transformers.py#L110 That leads either to a failure...

Supersedes https://github.com/zed-industries/zed/pull/31345 This PR does not have any terminal/console related stuff so that it can be solved separately. Introduces inline hints in debugger: Adds locators for go, so that you...

cla-signed

It seems that there was a regression. `build_config` no longer has an `OUT_DIR` in it. On way to mitigate it is to stop relying on it and just use `cwd`...

cla-signed

### How do you use Sentry? Self-hosted/on-premise ### Version 2.45.0 ### Steps to Reproduce **Environment** - sentry-sdk version: 2.45.0 - Python version: 3.10.x - OS: Linux (x86_64) - Framework: FastAPI...

Python
Bug