Bryce Osterhaus

Results 71 comments of Bryce Osterhaus

Hey, thanks for opening this. Just FYI, dince this code is community-maintained, things can go slower than expected because there is no SLA in place. If you have a support...

@izaera have we run into this before? Seems like we should add some sort of mechanism, but I'm surprised if we haven't run into something like this before

This should be good for release. Once I am able to get CI to pass in the liferay-portal [PR](https://github.com/liferay-frontend/liferay-portal/pull/3717), I will make a proper release of this and add to...

@matuzalemsteles still working on diagnosing CI errors in a bundle. So far I haven't seen any failures in the UI, but I need QA to do a full review of...

It may be related to this, https://github.com/liferay/liferay-frontend-projects/issues/1160 Can you confirm if forcing the sass version resolution to 1.64.1 and see if that works?

cc @pat270 do these errors make sense to you at all? I haven't gotten a change to look yet, but figured you may have a better idea

@pat270 Yeah I would think that would be possible. I opened an [LPS](https://liferay.atlassian.net/browse/LPS-195786) and will let product know

@izaera I think it probably makes sense to support both 2 & 3 for a period of time, although we way want to have some sort of cut off date...

@kresimir-coko the reason you are getting that error is because of this line, https://github.com/liferay/liferay-frontend-projects/pull/713/files#diff-086d7b2631bb42efbb6851eb299a8aeed6fcffc2c9606502a9ab895cb099772bR35 It may work in AST explorer, but that is likely because of the small scope that...

Just had a thought of one use case we need to be mindful of, where multiple variables are declared in a row. ```js // Valid const fooVar = 'foo'; const...