Brian Ojeda

Results 20 issues of Brian Ojeda

Can you add TypeScript definitions? - [ ] create the `index.d.ts` file - [ ] add `"typings": "./index.d.ts"` to `package.json`

enhancement

Can a setting be added to use cfn-lint extension to lint specific GLOB patterns? I would like to set `yaml.validate` VS Code setting to `enable` for non-CloudFormation templates.

List of improvements I believe is needed for the TypeScript definition. I have already started working on this list. Love to hear feedback if you have any. - [x] Organize...

Sending messages to `http` subscribers do not work. A `POST` request is made to the endpoint, but no data is sent in the body. However, the `content-length` header is set...

Is it possible to switch YAML for editing language syntax? This idea came after visiting [Microsoft/TypeScript-TmLanguage](https://github.com/Microsoft/TypeScript-TmLanguage). ##### Short List of Reasons - Easier to read and edit - Comments would...

discussion

These past few months, I have been thinking about the future of this project. I have come to the conclusion that I need to rewrite this PowerShell module. - [...

enhancement

I made big mistake how exceptions are handle. Need to completely review how all exception are handle. Nearly all exceptions need to bubble all the way up. So the consumer...

bug
enhancement

Provided an option that opts-out of automation notes being added to InternalNote field of a time entry. Example of Note Being Added: `#1 of 2 Time Entries: 2016-09-13 08:00:00 to...

enhancement

Need to expand the [contributing](https://github.com/sgtoj/PSConnectWise/blob/master/CONTRIBUTING.md) document. 1. Committing. 2. Version via semantic versioning.