Rob Dodson
Rob Dodson
No that's not the issue. The problem is that a variable declared in a parent template is available in a child template only in a really bizarre fashion. For instance,...
Also it seems like the only way to get around it is to use typeof. Neither of these work: ``` var stylesheets = stylesheets || []; ``` ``` var stylesheets...
Hey @mcking65, Do you happen to know if there is any updated guidance for doing drag and drop? If there's nothing currently in the APG, do you happen to know...
yeah based on this (https://github.com/sass/sass/blob/master/accepted/module-system.md#timeline) it looks like Oct 1, 2022, the sass folks will drop support for `@import`. Not a huge deal if folks don't rev their sass version...
> On the other hand, should you switch all @import statements to @use then incorporate Gorko within a current node-sass project today which doesn't run the Dart flavor of Sass,...
Yeah I agree with abdon. We kinda ended up in a weird spot with semver but I don't think we can go back now 😝 On Sun, Jan 28, 2018,...
> I didn't find an obvious way to hook up a middleware into the generated services. 😕 Maybe someone can share their approach. @petrgazarov oh sorry for not being more...
Hey @OskarAsplin, thank you so much for sending in that PR. I think it looks great, I just had one very small comment. Also, apologies for creating this PR and...
@petrgazarov do the changes in OskarAsplin's version give you what you need for the service response bodies?
Hi @ferdikoomen I wanted to check in to see if you've had time to think about this PR? I'd love to get it merged and am willing to continue to...