Pablo Aguilar

Results 24 issues of Pablo Aguilar

# I have made things! ## Checklist - [ ] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)...

# Bug report ## What's wrong Our `assert_trace` from pytest plugin doesn't work correctly when two or more different functions are using the same decorator, it not considers that those...

bug

I think it would be great to create a section in our documentation to listing some contents built with `returns`, I have some examples from [__agones__](https://agones.dev/site/): * [Videos and Presentations](https://agones.dev/site/docs/third-party-content/videos-and-presentations/)...

enhancement
documentation

After think a lot about #355 it will be great to provide the same mechanisms we have to "normal" functions to generators! It is not uncommon to see generators in...

enhancement
help wanted

It'll be really great to provide common delegate classes to the classes' users! The first can be a delegate classes that check for types as mentioned at #275 @sobolevn fell...

enhancement

I'm opening this issue to discuss the possible ways to implement `_.method()` Currently, we have this implementation: ```python class _Callable(object): def __getattr__( self, key: str, ) -> Callable[[_LambdaDynamicProtocol[T1]], T1]: return...

When we define a class like this: ```python def func(): ... class MyClass: my_func = lambda self, arg: arg # or class MyAnotherClass: my_func = func ``` The coverage plugin...

enhancement
good first issue
hacktoberfest

### Description Adds `Infer` as a new Security Test ### Proposed Changes There are no breaking changes here! ### Testing `Infer` will work for Java projects, in order to test...

## Hello! I'm using Pulumi to install a Helm chart in a EKS cluster, the first run worked like a charm but everytime after that I try to run `pulumi...

kind/bug

## Allow `k8s.core.v1.Namespace` accepts kubeconfig from code source ## Issue details Hello, I'm using `Pulumi` to create a `EKS` cluster and after that I'd like to create the namespaces too....

kind/enhancement