Sarah Grefalda
Sarah Grefalda
What is the full exception? This looks like an error I'm working through related to the Angular 13 upgrade. We use `jest-preset-angular`. The [builder migration doc](https://github.com/just-jeb/angular-builders/blob/master/MIGRATION.MD) and [linked migration doc...
At least one test is failing. I also found where `services.js` will use `tsc` to build sparser, I need to look around a little more. I don't see an option...
Thanks! Not giving up, just didn't want this to be merged when it's not ready. Should I reopen this pull request if I'm still working on it? I fixed most...
Looking into `services.ts` and the commands for `build` and `test` has been great for context. Are `prettydiff build` and `prettydiff test` for development only? If development only, do you mind...
Thanks for resolving merge conflicts. I'm making assumptions about the architecture and its future, and I'm hoping you'll check me if I go too far. My goal is to separate...
I'd like to contribute. I'm stuck trying to add a simulation, the test assertion isn't matching. What's the best way to work through that, should I create a draft pull...
No apologies, even without the documentation I was able to find my way around and get an idea how the project was setup. Thanks for maintaining prettydiff!
The original comment includes steps to reproduce, is this sufficient? > Steps to reproduce: > > Create a new stencil component project > Delete src/components.d.ts > Run npm build
My limited understanding of the difference between i18n and multilingual: - i18n: Tokenize and replace site chrome (ex. "read more" button) - multilingual: Configure site to route multiple languages and...
Also seeing this intermittently in our CI. - Started after upgrading from 14 to 15.1 - Still on legacy components and theming - Failed build environment: Alpine Linux with Node...