Marcin Pączkowski

Results 53 issues of Marcin Pączkowski

## Motivation I'd like to create a meta-issue to keep track of the proposed plugin interface changes. Since changing the plugin interface will break plugins compatibility, I'd like us to...

comp: server plugins
API change

## Purpose and Motivation On Windows it seems that for the Qt6 build we need to be building with the `UNICODE` flag set, and in turn make system calls using...

os: Windows

Update the Jekyll website generator, to keep up with the upstream changes etc. This was done by running `bundle update` (on macOS ``` `brew --prefix ruby`/bin/bundle update```)

gh-pages

After commenting out tests that wouldn't compile (see #10), here are the tests that fail on arm64 on macOS (Apple M1 CPU, Clang): ``` ./simd_binary_tests Running 65 test cases... /path/to/nova-simd/testsuite/test_helper.hpp:50:...

I've tried building the testsuite and I encountered following errors: - missing functions for arm/neon ```sh /path/to/nova-simd/testsuite/vec_test.cpp:104:25: error: no member named 'gen_ones' in 'nova::vec' vec_t ones = vec_t::gen_ones(); ~~~~~~~^ /path/to/nova-simd/testsuite/vec_test.cpp:134:19:...

Hello Kevin, Thanks for a great piece of software! I was using Semulov for a while and after I updated to 2.1.1 (or around that time?) , the eject all...

bug

In `Quarks.gui` "Open help" didn't work. This fixes the issue and "Open help" opens the Overview file.

Keeping with the direction set in https://github.com/supercollider/supercollider/issues/5251 it would be nice if the repository generated with cookiecutter would use `main` branch instead of `master`.

Now that https://github.com/supercollider/supercollider/pull/4356 is in, this can be added to the examples. However, should we wait till 3.11 to merge this?

As travis-ci.org no longer works, I've moved the build to GitHub Actions, which is what we've done with the main SuperCollider repository some time ago. Points to consider: - build...