Kourtni

Results 11 comments of Kourtni

On Windows 10, Polymer version 1.9.7 still hangs when running the `polymer init` command and making a selection. Can we get an update on this?

Looks like I can get it to work on Windows 10 by using the Git Bash shell, but still not working from a native Windows Command Prompt.

> Yeah, but you'd want to run the hooks against all of the files in a CI/test run. Hooks can fail to run ,or can be disabled and bypassed. This...

That part about `"the best practice is to apply a tool all at once and get everything up to spec"`, I can only guess, but perhaps he meant that as...

Seeing a similar issue but just a different directory that the failure happens at: ```bash (deck@steamdeck ~)$ curl -fsSL https://install.determinate.systems/nix | sh -s -- install --determinate info: downloading installer https://install.determinate.systems/nix/tag/v3.6.6/nix-installer-x86_64-linux...

https://github.com/cypress-io/cypress/issues/28663 seems related... Should note that this exact same setup is working on Linux systems just fine. Seems to be an issue specifically with Mac.

> - There was a related report in https://github.com/cypress-io/cypress/issues/30601 and according to https://github.com/NixOS/nixpkgs/pull/332513 there are known downstream issues with the NixOS builds for Cypress. > > > Basically the current...

> Unfortunately I just realized that since `CYPRESS_SKIP_VERIFY` was introduced in [Cypress 13.14.0](https://docs.cypress.io/app/references/changelog#13-14-0) in August 2024, that the workaround will not work for Cypress `13.13.2`, released in July 2024. >...

> [@kourtni](https://github.com/kourtni) > > * Were you able to re-test with Cypress `13.17.0`? I'm seeing that [cypress: 13.13.2 -> 13.17.0 NixOS/nixpkgs#363865](https://github.com/NixOS/nixpkgs/pull/363865) is now merged. @MikeMcC399 it was taking too long...

Hi, The issue is that `devenv test` swallows errors and test failures if `enterTest` ends with a command that exits normally. The screenshot is from tests run in a private...