Aaron Lademann
Aaron Lademann
@nex3 I have an implementation of `sass_builder` locally that is now calling `sass.compile()` after only a single `await` within its `Builder.build()` method: ```dart final buildStepAsString = await buildStep.readAsString(inputId); final cssOutput...
@nex3 > Dart Sass does natively support package: imports (when running from Dart source) I've tried creating a standalone compiler that utilizes `packageResolver` - but it seems that relative paths...
@nex3 I filed #631 for the relative path issue along with a reduced test case you can pull down locally.
@localvoid are there any other repo maintainers we should tag to review this?
@localvoid circling back to this. Is there anything we can do to help get this merged / released?
@localvoid is the source code in the google repo the one used for the pub package, or is it this one?
We have the same issue with `Tooltip` and `FocusTrap`.
Rosie is not picking up the build even after closing/re-opening. Closing in favor of a new PR
@dave-doty - have a look at the [changes in 3.7.0](https://github.com/Workiva/over_react/pull/609) that were just published and let us know if the perf issues you were seeing have been resolved! Also, 3.7.0...
@dave-doty the implementation of shouldComponentUpdate is designed to mimic how React.PureComponent works - which uses strict equality/identity. I'm not very familiar with BuiltValue, but if a new object is created...