Alberto Valdez
Alberto Valdez
Yes sorry I read that again and it's not clear. It's about OSC. Reaper has the option to allow the controller to follow the MCP/Mixer view. So whenever tracks 2-5...
Hi. Yes, I combine them for now as they complement each other well. Plus I prefer Realearn over CSI. I'll eventually move everything to Realearn. In this case Realearn only...
Having trouble with circular references in my spec: ``` const _mainConfig = await resolveConfig(".", options); ^ RangeError: Maximum call stack size exceeded ... 🔥 Unexpected error occurred. 🚫 missing input...
Thank you! Will check that out :) For some reason the react hook form hooks give me a 404, these work: https://react-hook-form.com/docs/useformcontext
Was wondering the same thing. This seems to work for v3: ``` import * as aws from "@pulumi/aws" ... const service = cluster.addService(...) const loadBalancer = service.nodes.loadBalancer const listener =...