-
It would be great if each pattern could have its own column and a check or x or whatever was used to show that it was presented to user. Since this would make the table very wide, is it possible to ha…
-
**Describe the bug**
An `exclude` pattern in a rule behaves as if it was prepended with `**/`. As a result, a pattern like `/a` matches not only at the project root but also subfolders such as `b/a…
-
The current `Get-MicrosoftSSMS.ps1` script:
```
$URL64 = (Resolve-Uri -Uri 'https://aka.ms/ssmsfullsetup').Uri
$Version = Get-Version -Uri 'https://docs.microsoft.com/en-us/sql/ssms/download-sql-se…
-
# ⭐ Suggestion
Allow a global (or local, but less critical) utility to accept arguments that would get substituted into the definition of the utility.
Note that this also suggests a solution for…
-
### Bug description?
Proposed mapping to JSON datatypes can be found here https://github.com/DATEX-II-EU/DatexII/issues/517
Update with missing specific mapping of datatypes
- Base64Binary
- …
-
### Design “Provide a copy of submission" 2.0 Release (My VA claim card with PDF download link)
As a Veteran,
I want to to view, print, or download a copy of my 526ez disability compensation claim ap…
-
Hello,
We've had an issue with the parser, it was working correctly for most languages, but we've noticed that it incorrectly parses words in Czech. For example, we had a term CI and the parser wa…
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch supports Grok or [Patterns operator](https://github.com/opensearch-project/sql/blob/cfe38d7d6678dfbd5597f1098a1a4…
-
### Project Name
RAG-With-TTS-Avatar
### Description
This project demonstrates the RAG pattern by building an AI HR Assistant. The solution enables users, in this case employees of organizati…
-
A compelling use for the `nameof` pattern is not presented. I can’t see the usefulness from the example given.
```
let f (str: string) =
match str with
| nameof str -> "It's 'str'!"
…