Peter Innes

Results 18 comments of Peter Innes

@HowardWolosky apologies if this was created with the wrong labels - feel free to correct as necessary.

@clearab @ryanlengel on the 'exported' folder, this was originally a pattern that was set by the documentation on creating packages to be consumed through Composer/Package Manager. @benbrown can you confirm...

Confirmed with @ryanlengel that this has been postponed to R14 - moving to backlog.

@darrenj this is a known issue and out of scope for R13. There are a number of build steps that are currently executed within Composer natively. As things stand, it...

We still reference the generated directory, which in this particular instance would be expected to contain the necessary LUIS application IDs that are utilized during recognition - that has not...

Need to evaluate where this change will impact and ensure no unintended regression. Will pick this up in R14.

It looks like we can achieve this through yeoman with a combination of ```registerTransformStream()``` (see [Transform output files through streams](https://yeoman.io/authoring/file-system.html)) and [gulp-line-ending-corrector](https://www.npmjs.com/package/gulp-line-ending-corrector). CRLF is a very Windows-specific thing; we should...

Need to investigate if CRLF has negative impact on other OS (Max/Linux) environments.

Hi @scheyal, We're in a bit of a weird in-between spot with this one. If the bot is run from Visual Studio using the default launchSettings provided, the bot actually...