Amin Ya

Results 542 issues of Amin Ya

# ↪️ Pull Request Tries to fix the issue that was discussed in [this comment](https://github.com/parcel-bundler/parcel/issues/5072#issuecomment-757375571) Summary: Most of the time spent in a Parcel build (~80%) is not for executing...

↪️ Pull Request WIP. Traying to port the rollup plugin https://github.com/surma/rollup-plugin-assemblyscript ## 💻 Examples ## 🚨 Test instructions ## ✔️ PR Todo - [ ] Added/updated unit tests for this...

This fixes the issue with enum values being used instead of enum names. This is problematic when the values contain symbols that can't be a C++ variable. This also fixes...

Client: C++
Enhancement: Feature
Feature: Enum

This adds a CMake option for building the tests. This ensures the examples are not compiled by default.

This allows installing the targets of Filament and finding it later via `find_package(filament CONFIG)`. This makes usage of Filament very easy from other CMake projects. For this to work, I...

internal

**Describe the bug** Hi, I've noticed Audiveris frequently freezes because its memory usage is limited to 2 GB, which is a tiny portion of my 64 GB RAM. This causes...

This fixes the deprecations in the CI version. I've disabled some parts temporarily. Based on #17

After the last release my MacOS pipelines are failing because OpenMP is not found anymore automatically: https://github.com/flatironinstitute/finufft/actions/runs/13840315537/job/38725974952 This was working until version 1.1.1 https://github.com/flatironinstitute/finufft/commit/dc2931afd39b2cdd3c7a67570a03cc33fa7bc405 Do I need to specify OpenMP...