TSlivede
TSlivede
### Brief Issue Summary https://vector-of-bool.github.io/docs/vscode-cmake-tools/variants.html says: >Note: CMake Tools provides a YAML validation schema, which is only checked in the editor when using the YAML Support by Red Hat extension....
First of all: Thanks for providing such a nice peace of software! Recently I copied a HUGE amount of text from a gui application into a text file. (Results of...
## Issue Description ## ``` rfnoc_radio_loopback --rx-blockid '0/Radio#1' --tx-blockid '0/Radio#1' --duration 2 ``` doesn't work and prints error: ``` [ERROR] [RFNOC::GRAPH::DETAIL] Adding edge 0/DDC#1:0 -> 0/DUC#1:0 without disabling property_propagation_active will...
## Issue Description ## I tried to find an official documentation about what clock speed is used for the `rfnoc_chdr` clock, but couldn't find anything reliable. ## Setup Details ##...
Is there any plan to add appget as a provider to [OneGet](https://github.com/OneGet/oneget)? That would mean, that users could just type ``` Install-PackageProvider appget Install-Package firefox ``` on any fresh Windows...
As mentioned [here](https://techcommunity.microsoft.com/t5/discussions/configureonpremisesaccountautosignin-and-server-2012-r2-edge/m-p/1714172/highlight/true#M35641), it might be necessary to delete the edge profile from the local appdata folder (if the profile is currently not listed as `domain\user` but as `user@domain`). To...
Pointed out by [Aleksey on stackoverflow](https://stackoverflow.com/questions/569549/imap-folder-path-encoding-imap-utf-7-for-net/51379904#comment91955764_51379904): [Line 347 in `Util.cs`](https://github.com/smiley22/S22.Imap/blob/master/Util.cs#L347) should be `if (codepoint > 0x1F && codepoint < 0x7F) {` instead of `if (codepoint > 0x1F && codepoint <...
If I use cmany without a cmany.yml file, it seems to work fine. `create_proj` also seems to work. However any commands after that, that try to read the `cmany.yml` file,...