John Colvin

Results 77 comments of John Colvin
trafficstars

Any chance you could attach the output of `dub build --arch=x86_mscoff --vverbose`?

You can also of course force it from the compiler command line, e.g. `-Dyyjson_api_inline=yyjson_api` or tell cmake to do the same.

should I be looking at `mir-ion` instead?

This just hit me. Wasted quite a bit of time. Reverting to 0.4.0 worked.

@recp thanks, adding the flags to the build settings did indeed work.

That isn't what I'm seeing, I must be doing something wrong. Config: ``` local lush = require('lush') local hsl = lush.hsl local theme = lush(function(injected_functions) local sym = injected_functions.sym return...