Derek
Derek
Just chiming in to say that I'm also having this issue with a Focusrite Clarett and can acknowledge that other, 2-channel devices work without issue. It only occurs on devices...
I would love to help but I would have no idea what I'm doing. If you want to give some direction, I would be willing to take a stab.
Not sure if there's anything I can add to this, but I'm getting the same error on 1 specific Solution. The text of the error is exactly the same as...
12:19:43.083 PM: Unhandled exception. [NullReferenceException]Object reference not set to an instance of an object. at SassyStudio.Editor.GenerateCssOnSave.IsReferenced(FileInfo source, ISassDocument document, HashSet`1 visited) at SassyStudio.Editor.GenerateCssOnSave.GenerateAllReferencing(DateTime time, String path)
Got this on a different project. CSS file was _not_ built for this one. 12:26:15.669 PM: ProjectItems is null. Bad news is about to happen. 12:26:15.691 PM: Failed to include...
11:53:48.997 AM: Detected file saved: C:\inetpub\wwwroot\UhaulCom\uhaul_com\Styles\derek-styles.scss 11:53:49.001 AM: Compiling: derek-styles.scss 11:53:49.126 AM: Beginning compile: C:\inetpub\wwwroot\UhaulCom\uhaul_com\Styles\derek-styles.scss 11:53:49.142 AM: Nesting derek-styles.css under derek-styles.scss 11:53:49.357 AM: ProjectItems is null. Bad news is about...
Did you run npm start first and then make the customizations or did you make the customizations and then run npm start? Just trying to get some of the obvious...
@adambundy - I can't say for sure but I've had situation where gulp didn't pick up folders that were created after it did its initial globbing. It picks up new...
Thanks for the response. I think I understand the issue with intro.js in this particular case but do you have any ideas on why Joyride wouldn't work? I've used Joyride...
Definitely! ``` import $ from 'jquery'; import whatInput from 'what-input'; window.$ = $; import Foundation from 'foundation-sites'; // If you want to pick and choose which modules to include, comment...