Steven Dirth
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...
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?
**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...
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...
### Documentation related to component ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [ ] error(s)...
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).
 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...