Highlights
- 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,111 contributions in the last year
Contribution activity
July 2021
Created 17 commits in 3 repositories
Created a pull request in pulumi/pulumi that received 5 comments
Opened 13 other pull requests in 2 repositories
pulumi/pulumi
10
merged
1
open
-
[sdk/go] Fix methods panic when marshaling
self - [sdk/dotnet] Support for calling methods
- [sdk/dotnet] Clean obj & bin dirs when building
- [sdk/python] Support for implementing methods in provider
- [codegen/nodejs] Fix missing args param
- Fix codegen tests
- Add methods lifecycle tests
- Fix lint error
- Include the Go provider in the Node.js methods test
- [codegen/go] Emit resource methods
- [sdk/go] Support for calling methods
pulumi/pulumi-policy
1
merged
1
closed
Reviewed 40 pull requests in 5 repositories
pulumi/pulumi 36 pull requests
- Post-release cleanup
- Prepare for 3.8.0 release
- Inputty depends_on support for Python
- Add ProviderMain function
-
[sdk/go] Fix methods panic when marshaling
self - [sdk/dotnet] Support for calling methods
- [docgen/go] - Fix go docgen links for pulumi types
- [codegen/dotnet] - Dynamic provider config getters
- Set UseSharedCompilation to false
- [sdk/python] Support for implementing methods in provider
- [sdk/providers] Fix update previews
- [codegen/python] - Fix required vs default values in provider config
- [codegen/nodejs] - Dynamic provider config getters
- Update package import handling for Node.js
- Fixes for C# concurrency bugs in 7492
- Use variable over placeholder for Python version
- Stop producing pointers for map and slice elements
- Fix Node.js intermediate module import path generation
- Respect package import alias for top-level module
- Fix IDE completion issues for lazy imports
- Update typescript version
- [codegen/python] - Implement dynamic config-getters
- Move __init__ docstring to class docstring for Python
- Add a TODO.
- Add ContinuationToken to ListStacksResponse
- Some pull request reviews not shown.
pulumi/pulumi-policy 1 pull request
pulumi/pulumi-eks 1 pull request
pulumi/pulumi-terraform-bridge 1 pull request
pulumi/pulumi-google-native 1 pull request
Created an issue in pulumi/pulumi that received 4 comments
Single return values for methods and functions
Currently, methods and functions that return single values must return the value as part of a Result type.
For example, an eks.Cluster component th…

