Bobby Anguelov

Results 16 comments of Bobby Anguelov

I'm having the same issue all of a sudden. The extension was working great but now it's stopped with the same cannot find file error. ``` [13:41:23] CLANG ARGUMENTS: -x...

Okay, figured out why it stopped working, no idea of the actual cause: Having this include path in the args, breaks it: `-I"C:\Program Files\Superluminal\Performance\API\Include\"` I just noticed that it also...

It's a general issue with msbuild, if you have two translation units with the same name in a project it's not supported.

It makes sense to keep the dataset separate from the variation as you dont want to be passing the graph definition everywhere you need the dataset. It just exposes more...

One thing that might not be clear and I find really useful is inverting the dataset concept. Where in the default dataset you set up data and then in the...

I just pushed some improvements to the variations. Editing should now work a lot better, I fixed a bunch of dumb mistakes and crashes. It seems the variation feature was...

So I guess I have to duplicate every single edited value. My use case is a property grid. Where I need to only change the actual value once the editing...

>I heard you say variation of that half a dozen time already in other places, it might generally be more constructive to think in term of fixing bugs or implement...

Thanks Omar! Looking forward to your suggestion @GamingMinds-DanielC - I explored a few options similar to this. The one that felt simplest was to have a defined format for the...

Thanks for the detailed reply, I'll dig into this in detail over the weekend and post a follow-up.