Connor K
Connor K
The plan is to move all of bevy/docs to bevy-website/learn/book. bevy/docs/cargo_features is next on my hit list. as soon as this merges i'll make a mr replacing bevy/docs/linux_dependencies with a...
with the help of `git bisect`, I think the first bad commit is [af20828](https://github.com/ogham/exa/commit/af208285e8a0fb383f59372c966bdb77f94006e9)
> I would love a smaller image as well. I think the issue is that chrome electron does not support alpine. firefox seems to, which would be a start: https://pkgs.alpinelinux.org/package/edge/community/x86/firefox
[cypress.log](https://github.com/cypress-io/cypress/files/12004308/cypress.log)
1. in that case, it's *undocumented* intended behaviour. [this page](https://docs.cypress.io/guides/core-concepts/test-isolation#Test-Isolation-in-Component-Testing) ought to mention it. 2. IMO, nothing should break test isolation; there should be at least an *option* to reset...
also, the current behaviour breaks the principles outlined [here](https://docs.cypress.io/guides/core-concepts/test-isolation#What-is-Test-Isolation) > We do this by cleaning up state before each test to **ensure that the operation of one test does not...
is there something i can put in `beforeEach` which would reset *all* variables imported from ES modules? So I don't have to add every variable individually and don't have to...
I was hoping for, like, a version of `cy.refresh()` which refreshed the iframe but not the whole test runner > If you can share you real use case https://gitlab.com/SIGSTACKFAULT/fleetwright-web-designer/-/blob/main/src/views/VTTView.vue https://gitlab.com/SIGSTACKFAULT/fleetwright-web-designer/-/blob/main/cypress/unit/VTTView.cy.ts
the stuff in `vtt_globals.ts` are the worst offenders i think. maybe also `state_machine.ts`. It's not like I _couldn't_ manually reset those to `undefined` in a cy.beforeEach, it's just that I...
> Text in 3d space: Gizmo should let print text in 3D games, may chose to keep the same size with distance or apply perspective. Should have the choice between...