Aru Sahni

Results 32 comments of Aru Sahni

This also impacts `pulumi_aws.s3.BucketV2`: ```python bucket = aws.s3.BucketV2("bucket-name") reveal_type(bucket.arn): # Type of "bucket.arn" is "Any" ```

Hi @neocotic! I recently bumped into this issue. I was wondering if this PR can be considered mergeable? Thanks for the library :-)

I got annoyed and whipped something together over my holiday break. [Qurop](https://github.com/arusahni/qurop). While I intend for it to be an all-purpose solution for creating dropdown windows, I've only been testing...

@acidjazz I wonder if he was referring to: https://github.com/wavded/vim-stylus/blob/master/indent/stylus.vim#L14

Adding a +1 here. I'm encountering this with `[email protected]` and `@sentry/[email protected]`. I have a router with a nested wildcard/splat subrouter: ```tsx ``` and `ObjectRoutes` returns: ```tsx ``` All detected navigate...

I don't think this captures the required minimum git version of 1.8.x. RHEL6 is still on 1.7.x. To add 1.8, you might want to include steps from [this recipe](https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos#add-puias-computational-repository).

Hi @wjdp! I hate comment-bumping, but I was wondering if you had a chance to take a look at this PR. I just encountered a need for this.

Some of the `None`/`Optional` occurrences are also necessary for the pattern we use for parsing. e.g., `Session.parse_album` first instantiates an empty `Album` (i.e., no album ID or other metadata) and...

Currently, no, but it looks feasible. Will add to the backlog. If someone wants to implement this, PRs are welcome!