Denis Komarov
Denis Komarov
Java launcher for JavaScript (js.java): ```java import org.graalvm.polyglot.*; public class js { public static void main(String[] args) { try { ( Context.newBuilder("js") .allowAllAccess(true) .build() ) .eval ( Source.newBuilder ( "js",...
### Brief description of your issue CLI and PowerShell module for the same package show different versions. ### Steps to reproduce ``` winget search --id QuestSoft.QTranslate --source winget ``` ```...
### Summary of the new feature / enhancement It says [here](https://learn.microsoft.com/en-us/powershell/gallery/powershellget/install-powershellget?view=powershellget-3.x#install-microsoftpowershellpsresourceget) that "With this module, you no longer need to use PowerShellGet and PackageManagement", but this is impossible, because Find-PSResource...
This can be done by adding the **DriverDirectory** value to **playwright.RunOptions** in this [code](https://github.com/terrastruct/d2/blob/v0.6.3/lib/png/png.go): ```go func InitPlaywright() (Playwright, error) { err := playwright.Install(&playwright.RunOptions{ Verbose: false, Browsers: []string{"chromium"}, }) ```
### Version Double Commander Version: 1.1.15 gamma Revision: 505 Commit: 28125592a Build date: 2024/06/12 Lazarus: 3.5.0.0 FPC: 3.2.2 Platform: x86_64-Win64-win32/win64 OS version: Windows 10 22H2 x86_64 ### Description Swapping panels...
### Summary of the new feature / enhancement Add support for [C# value type keywords](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types) **nint nuint**. All C# built-in value type keywords are now supported except nint and unint:...