Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
-
Forked from trentrichardson/jQuery-Timepicker-Addon
Adds a timepicker to jQueryUI Datepicker
-
Forked from dotnet/corefx
This repository contains the foundational libraries that make up the .NET Core development stack.
C# 1
-
-
-
Forked from NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
C#
-
1,456 contributions in the last year
Contribution activity
February 2021
Created 21 commits in 5 repositories
Created 1 repository
- justinvp/vpc Go
Created a pull request in pulumi/pulumi that received 12 comments
[codegen/python] Fix issues related to referencing external resources/types
These changes will allow us to remove the remaining workarounds for the Python codegen in EKS. Fixes #5819 Fixes #6232
Opened 16 other pull requests in 3 repositories
pulumi/pulumi
1
open
9
merged
2
closed
- Support defining remote components in Go
- [codegen/dotnet] Fixes to version.txt handling
- [codegen/python] Emit pulumiplugin.json in the correct dir
- Fix copy/paste bug in provider_server.go
- [sdk/nodejs] Update @grpc/grpc-js dependency
- Default to UseAutomaticVirtualEnv in integration tests
- Look for `python` binary first on Windows
- Do not specify a specific version of Python on Windows
- Remove dead Python integration test files
- test
- Fix Python Windows test failures
- Investigate Python Windows test failures
pulumi/pulumi-eks
3
merged
pulumi/pulumi-policy
1
merged
Reviewed 26 pull requests in 6 repositories
pulumi/pulumi 18 pull requests
- Upgrading Go to 1.16.x
- Support defining remote components in Go
- [automation] - Consume config set-all and rm-all commands
- [CLI] - Add commands for config set-all and rm-all
- [sdk/nodejs] Skip re-registrations of same package+version
- [sdk/python] - Allow Output.all with no inputs
- [Automation] Fix python nested config parsing
- [codegen/docs] - More doc title fixes
- [sdk/python] - Define __all__ for better autocomplete.
- [codegen/docs] Add environment variable info to Provider inputs
- Don't mutate the `opts` argument in resource constructors in Node.js
- Default to UseAutomaticVirtualEnv in integration tests
- Add pagination to `pulumi stack history`
- [sdk/python] - Allow kwargs in Output.all() to create a dict
- Fix up resource-docs links
- [codegen/python] - Generate accessors for provider resource properties
- [python/sdk] - Correctly handle outputs with properties named "values"
- Add a couple comments
pulumi/docs 3 pull requests
pulumi/pulumi-eks 2 pull requests
pulumi/templates 1 pull request
pulumi/pulumi-kubernetes 1 pull request
pulumi/scripts 1 pull request
Created an issue in pulumi/pulumi that received 2 comments
[sdk/nodejs] Config values (e.g. `aws.config.region`) aren't available inside `construct`
For example, trying to use aws.config.region from a component created in construct isn't picking up config values.
Also calls to this return undefined
Opened 9 other issues in 1 repository
pulumi/pulumi
8
open
1
closed
- Boilerplate repos for creating multi-lang component providers
- [sdk/nodejs] cwd inside component code is plugin binary dir rather than expected program dir
- [sdk/nodejs] `construct` doesn't wait for all child resources to be created
- Write proposal regarding inputs for components
- [codegen/python] Provide an option to not accept Mapping[str, Any] for args classes
- TestPython3NotInstalled is failing on Windows
- [codegen/(all languages)] Support referencing external enums
- [codegen/nodejs]: Nit: Avoid emitting unnecessary imports
- [codegen/python]: Fix bugs referencing external resources/types