Maxime Labelle
Maxime Labelle
The bootstrapping script may fail to update modules that are not installed using `Install-Module`. Consider making this script more resilient in the face of this situation.
Here is the chocolatey package sources: https://github.com/vincentremond/chocolatey-azerty-nf-z71-300 And here is the chocolatey package: https://chocolatey.org/packages/azerty-nf-z71-300/1.7.0.0
# PR Summary This PR refactors, the handling of key chords and consolidates the behaviour from Emacs and VI modes into a single consistent function. This PR addresses freedback made...
### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement As alluded to in #584, PSRL should support vim "text-objects". Consider supporting the di' and di"...
Iām learning to author Yeoman Generators and would like to use TypeScript. I stumble across the following issue which has been closed. #1717 Here is a repro case: https://github.com/springcomp/yeoman-custom-generator The...
# PR Summary This PR builds upon the existing support for [Vi Registers](https://github.com/PowerShell/PSReadLine/blob/master/PSReadLine/ViRegister.cs) and now supports two new named registers: - Vi Register `_` (underscore) supports copying text into the...
Fixes #42. > `` search( contains(['wanna be starting something'], a) , {"a": "wanna be starting something"} ) ā true `` > `` search( contains(['wanna be starting somethin\''], a) , {"a":...
### š Lesson Description Hello @marcduiker I have material to author a lesson around Durable Functions in C#, aligned with the new Isolated Worker Process model in .NET 8.0 This...
This PR adds a .NET8.0 lesson for logging to Application Insights. It also adds a lesson for prerequisites to using .NET 8.0 for developing Azure Functions. Addresses: #10 ### PR...