Steven Dirth

Results 19 issues of Steven Dirth

## Useful information to include: - Minecraft version *1.12.2 (Development Environment)* - CC: Tweaked version *1.83.1* - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often...

bug
area-Core

Due to https://github.com/AzureAD/microsoft-identity-web/issues/1548 I need to target function host version 4.2.0 or later, but core tools are loading version 4.0.1, how do I tell it to use 4.2.0 or later?

improvement

**Is your feature request related to a problem? Please describe.** I am attempting to port an azure functions application from dotnet core 3.1 to dotnet 5, which requires using dotnet-isolated...

enhancement
Azure Functions

Adds a `/computer ` command, which queues a `computer_command ` event on the correct computer, if possible. This allows certain things like text and book interfaces with command computers. ~~I...

**Is your feature request related to a problem?** I have an older .NET Framework application I am adding application insights to. However, when creating an `ApplicationInsightsAppender` instance I am only...

enhancement

### Documentation related to component ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [ ] error(s)...

documentation
Azure Functions

Running `ng update @angular/cli@14 @angular/core@14` will fail as it pulls in version `14.3.0` of ng-packagr, which is a [bad version of that package which has been marked deprecated on npm](https://www.npmjs.com/package/ng-packagr/v/14.3.0).

![screen shot 2014-08-24 at 5 58 50 pm](https://cloud.githubusercontent.com/assets/3802881/4024944/5d2fc5aa-2be2-11e4-94bf-afe62566e11c.png) I got above the rom directory O.O Edit: Reproduction steps ``` > cd .... ..> cd ... ../.> dir 0 ../.> cd...

``` >mkdir desktop >mv * desktop >dir rom ```

CC will not fire a "char" event when control is held while pressing a character (eg. m). However, it will fire a "key" event, and my tests conclude Mimic does...