- Redmond, WA
Block or Report
Block or report bterlson
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
tc39/ecmarkup Public
An HTML superset/Markdown subset source format for ECMAScript and related specifications
-
-
170 contributions in the last year
Less
More
Contribution activity
February 2022
Created 4 commits in 1 repository
Created a pull request in microsoft/cadl that received 6 comments
Implement template argument defaults
You can optionally provide a default value for a template parameter which will be used when the user doesn't provide the argument.
+354
−181
•
6
comments
Opened 2 other pull requests in 1 repository
microsoft/cadl
2
merged
Reviewed 5 pull requests in 2 repositories
microsoft/cadl
3 pull requests
Azure/azure-sdk-for-js
2 pull requests
Created an issue in microsoft/cadl that received 2 comments
Missing @key on a model should result in a nice error.
Today, you just get an error about duplicate route between get/list because without the @key those endpoints end up at the same route.
2
comments
Opened 9 other issues in 1 repository
microsoft/cadl
8
open
1
closed
- Throw error for using later template parameters in earlier template parameters' defaults
- Passing an unknown identifier to ResourceOperations shouldn't result in 44 errors.
- [Versioning] OptionalProperties/UpdatableProperties causes versioning metadata to be ignored
-
Make using
extendsinstead ofmixesa better error - Allow keywords as model properties and possibly other contexts
- Proposal for side-car files
- Allow interfaces to define common parameters and return types
- Improve service metadata implementation
- [Projections] throw better errors for parameter values that are incorrect