Philip Bjorge

Results 10 issues of Philip Bjorge

I'm pretty sure it messes with the wrong stack frame. I'm not sure if this is possible to fix because of the method they use to create the repl (code...

wontfix

**Describe the bug** I'm trying to describe a nullable ref and spectral is yelling at my examples being invalid **To Reproduce** Given this OpenAPI document: ``` openapi: 3.0.0 info: title:...

triaged

landscaper update does not update pods of ReplicaControllers or DaemonSets. Ran into this while updating environment variables in a daemonset. It looks like this is supported by helm with the...

When displaying a diff, it would be nice to optionally show the verbose output from helm install. This would let you see exactly what kubernetes resources are going to be...

enhancement

## Issue We use the project `liccheck` to validate our dependency licenses. With the upgrade to Pendulum 3.0, this is now failing. ## Repro `liccheck -r requirements.txt` ``` pendulum==3.0.0 ;...

When referencing a singleton via `foo.provided.bar`, we lose type safety because `provided` always resolves to the `ProvidedInstance` rather than the specific type of the dependency. ``` settings = providers.Singleton(Settings) identity_container...

**Before** ![CleanShot 2023-09-08 at 14 46 06](https://github.com/ets-labs/python-dependency-injector/assets/918891/b93fa09a-8dea-4e9a-a669-0f061c78f539) **After** ![CleanShot 2023-09-08 at 14 45 45](https://github.com/ets-labs/python-dependency-injector/assets/918891/2b680fa5-1fe7-4bd2-a33c-8c353a967460)

Addresses https://github.com/ets-labs/python-dependency-injector/issues/731

What is the current behavior? ----------------------------- Version: `8.7.1` When using `heroku container:release`, we periodically run into the following errors: **ECONNRESET** ``` Releasing images ... to ... done Running release command......

on-call reviewed

**To repro** `from simple_salesforce import Salesforce, SFType` Running pyright on this code returns the following issue: ``` error: "Salesforce" is not exported from module "simple_salesforce" Import from "simple_salesforce.api" instead (reportPrivateImportUsage)...