Mark Claydon

Results 12 issues of Mark Claydon

After some wrangling Axiom is building statically on my Mac but when it runs I get: ``` "/Users/user/Bounce/groove-axiom/cmake-build-static-debug/editor/backend/standalone/Axiom Standalone.app/Contents/MacOS/Axiom Standalone" 2018-11-14 12:37:39.243647+0000 Axiom Standalone[51624:456889] ASSERT failure in QVariant: "Trying to...

So this isn't actually a pull request yet, it's a rough sketch of what a conditional statement might look like (I thought Maxim could use one?). However, this is my...

When Ableton Live 10 or JUCE Plugin Host scan the directory containing the VST builds of Axiom they crash on my machine, I haven't tried any other hosts yet. When...

First off thanks for all the work you guys have put into CppFlow - it's great and way better than messing about with Bazel! I would like to be able...

Thanks so much for Antimatter @dglittle and @toomim! Very, very promising I was wanting to use it with ES6, so I used this framework to turn it into a library:...

config-yargs.js within webpack-cli has been moved inside an extra directory called config. This pull request allows jest-webpack to find it. Should fix some or all of Issues #27 #38 #40

I am trying the project on Django 1.5.1 and it seems to work fine, except for when the view of an individual tweet is refreshed or requested ie. accessing mydomain.com/number....

When a shared type is used on a record in version 3.0.8 an error is thrown when assignment to it is attempted: >Uncaught TypeError: Right-hand side of 'instanceof' is not...

I'm in the process of making a library which integrates Ultralight with JUCE (an audio framework). It would be good if users don't have to modify their include paths when...

The return value of Patch::loadPatch (https://github.com/cmajor-lang/cmajor/blob/main/include/cmajor/helpers/cmaj_Patch.h#L1914) is a boolean indicating whether the patch is playable or not This return value would be useful for code using the JUCEPluginBase but is...