Union Palenshus
Union Palenshus
Doesn't appear to work well with bootstrap 4. The styling is completely stripped, the checkmarks are gone and the lines are all blue, and the horizontal rule is gone.
For some type(s) of built-in Windows events, I'm not getting the complete payload, namely AppId/AppVersion, and also I can't figure out how to get PartA data. To demonstrate, here’s a...
As detailed here https://docs.github.com/en/rest/reference/apps#create-an-installation-access-token-for-an-app you can specify a list of repository_ids (ints), and possibly repositories (strings) that the installation token should have access to. It would be great if this...
**Describe the bug** Both TextPattern and Text2Pattern throw NotImplementedException when calling GetSelection() on the Chrome address bar. However, for Edge I can use the TextPattern to get the selected text...
**Describe the feature** I just found out about the FindFirstNested api, which is pretty cool, but for my purposes I need a FindFirstDescendantNested, is that something we could add? **Workarounds**...
**Describe the bug** For example, Google Chrome can have multiple open windows, but FlaUI only allows getting the automation controls for the "main" one, which is arbitrary. It'd be great...
I have a string array field which validates not only the length of the array, but the length of the strings in the array as well: ``` "Tags": { "type":...
The implementation should be quite simple I believe, similar to how Get or GetAll are implemented. Here's the extension method I've been using: ```cs public static int Count(this IDbConnection connection)...
# Description of the new feature/enhancement Our msixbundle includes x64 and x86 msix packages. According to our telemetry, we haven't yet seen any x86 users, and we feel it's unlikely...
# Brief description of your issue It seems that winget at some point supported 302 redirect package URLs, for example https://download.qt.io/official_releases/qtcreator/4.15/4.15.0/qt-creator-opensource-windows-x86_64-4.15.0.exe However, it no longer seems to, possibly as a...