Foad S. Farimani

Results 86 issues of Foad S. Farimani

## Background Currently, Elmer development emphasizes WSL2 for Windows users. However, this approach has limitations: 1. WSL2 requires Hyper-V, which is unavailable on Windows Home editions. 2. Legacy WSL, while...

enhancement
packaging
windows
MSYS2
build

### Type of issue Code doesn't work ### Description When debugging C# applications with `mdbg.exe`, breakpoints are always unbound: > Breakpoint # unbound (line in .cs) ### Page URL https://learn.microsoft.com/en-us/dotnet/framework/tools/mdbg-exe...

:watch: Not Triaged
Pri2
dotnet-framework/svc

## Description Integrate [Salt](https://plantuml.com/salt), a markup language extending PlantUML, into Pencil to enhance its functionality for creating wireframes, mockups, and demonstrative prototypes for GUIs. ## Benefits - **Version Control**: Text-based...

**Is your feature request related to a problem? Please describe.** As a literate programming enthusiast, I find the current VS Code integration lacks some features that would make the workflow...

enhancement

## Issue with PDF Generation Using Batik ### Environment - PlantUML version: 1.2025.0 (installed via Chocolatey) - Java version: OpenJDK 64-Bit Server VM - OS: Windows 10/11 - Batik version:...

t:info-needed
documentation

# Windows Compatibility: Initial Changes This PR introduces initial changes to make Taskwarrior build on Windows with MSVC: ## Changes made: - Modified CXXSniffer.cmake to correctly detect C++17 support on...

**Is your feature request related to a problem? Please describe.** Not having forward compatibility of decorated fenced code blocks from the [mermaid-filter](https://github.com/raghur/mermaid-filter) in `mermaid-cli` is a challenge. This limits the...

**Describe the bug** When running the `release.yml` workflow locally using `act`, all build jobs (`build-linux`, `build-windows`, `build-macos`, `build-macos-arm64`) fail during the Gradle build process. The root cause is a Java...

Type: Bug

**Describe the bug** The Windows build job in the release workflow fails because it tries to execute `gradlew.bat` on a Linux container, which causes syntax errors since .bat files are...

Type: Bug

**Describe the bug** The GitHub Actions release workflow fails during the `jpackage` build process because it cannot find required JAR files. The build fails with the error: ``` File or...

Type: Bug