Jiří Prokop
Jiří Prokop
Ok, I'll use the workaround in combination with env variable to detect it's running in wrapper for now, thanks :-)
Ok, it would be great and installing to the NMP repository would be the best because now it's not installing the newest (current) version.
The result of the blueprint should be to "replace" default `app.css` with `app.scss`. If I just include `files/app/styles/app.scss` it works fine because there is already `app.css` in the same folder....
I can confirm the same problem. I have an addon and app organized in monorepo and it's failing although `ember-power-calendar-moment` is installed.
Deno seems to be closer and closer to Node ecosystem, now with support of `package.json`: https://deno.com/blog/v1.31
My two cents as a fresh student on Exercism tool. When I started the track, I saw something like this:  But the page where the skipped tests are described...
Update: we found an ugly workaround by using https://docs.cypress.io/guides/guides/module-api#cypressrun and writing our own parallelization mechanism and runner which wraps Cypress. We are checking for errors and we will retry failed...
> Is this only in Docker? Yes, it seems to be only happening on CI, which means Docker. And we tried `optimizeDeps.entries` but it didn't seem to really help. It...
@lmiller1990 > The OP says "Latest Cypress + Vite" - is this suggesting this is a regression? If so, knowing which version introduced this regression would be very useful. We...
For anyone interested, here's our "workaround" solution. We have a script called `cypress-ct-runner.mjs` (under `bin/vite-migration`: ```js #!/usr/bin/env node import { Chalk } from 'chalk'; import cypress from 'cypress'; import fs...