Jay

Results 96 issues of Jay

Maybe I'm missing something but I downloaded all the sets with `npm i -D @iconify/json` and received a bunch of JSON files that store the SVG definitions. Is there a...

I would kill for the Moka icons to be available in .ico (Windows) format! Is there any possibility of this happening?

It would be nice to be able to highlight certain portions of the log line with a different color, I.E. for variable content, or whatever. Maybe this is already implemented...

``` Start-Logger -MinimumLevel Verbose -Console Write-VerboseLog "Test verbose message" Write-DebugLog "Test debug message" Write-InfoLog "Test info message" Write-WarningLog "Test warning message" Write-ErrorLog "Test error message" Write-FatalLog "Test fatal message" Close-Logger...

In `ModernWpf\samples\PowerShellSample` there is a PowerShell example. The code is as follows: ```powershell Set-Location $PSScriptRoot [IO.Directory]::SetCurrentDirectory($PSScriptRoot) Add-Type -AssemblyName PresentationFramework [Reflection.Assembly]::LoadFrom('bin\Debug\net45\System.ValueTuple.dll') | Out-Null [Reflection.Assembly]::LoadFrom('bin\Debug\net45\ModernWpf.dll') | Out-Null [Reflection.Assembly]::LoadFrom('bin\Debug\net45\ModernWpf.Controls.dll') | Out-Null $xaml =...

needs-triage

I've been able to get a lot of the controls working, but getting an error when calling `$TaskDialog.ShowDialog():` ```Exception calling "ShowDialog" with "0" argument(s): "Unable to find an entry point...

Outlined here: [https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md](https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md) > **Requirements** > pythonOCC needs the following libraries or programs to be installed before you can compile/use it : > The python programming language (http://www.python.org/) > OpenCascade...

The current snippet creator doesn't double up on $ chars to ensure that the variable is inserted properly. `$$Value` will render to `$Value` in Powershell snippets. Any chance of this...

**Expected behavior and actual behavior.** **Expected:** The script to complete successfully without error. **Actual:** Failure with 21 errors. **Steps to reproduce the problem.** 1. Install Python 3.10.5 amd64 for Windows...

help wanted
adodbapi

I love Faker for VSCode. So much so I coded a custom extension to push it into the right click context-menu. But I couldn't figure out how to get the...