rockwalrus
rockwalrus
`scene.removeAttribute('effects')` doesn't cause the effects to stop. I can work around this through `scene.setAttribute('effects', [])`.
Here's the start of a Cygwin port. It's intended to be useful in of itself, but also as a stepping stone to a fully native port. This is a work...
### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [ ] Checked next-gen ES issues and syntax problems by...
**Description:** - A-Frame Version: 1.3.0 - Platform / Device: N/A - Reproducible Code Snippet or URL: ```js AFRAME.registerComponent("example", { schema: { parse(value) { return value; }, stringify(value) { return value.toString();...
Assemble the following with `wabt`'s `wat2wasm`: ```wat (module (func (param i32 i32) (i32.const 0) (loop $loop (param i32) (if (then (local.set 0 (i32.add (local.get 0) (i32.const 2))))) (block (local.set 1...
#### What are you trying to achieve? Have TypeScript definitions for `addMochawesomeContext`. #### What do you get instead? There is no `Mochawesome` class in the `typings` directory. > Provide test...
#### What are you trying to achieve? For the Step-By-Step Report, I'm trying to set the screenshots to be output in a custom location. #### What do you get instead?...
When using mocha's `retries` functionality, such as with `Scenario().retries(2)`, on failure, mocha does a shallow clone of the test, copying just (some of) the properties it knows about, and then...
#### What are you trying to achieve? I'd like ```sh npx codeceptjs def ``` when a plugin that registers a global function such as `tryTo` to generate a `steps.d.ts` with...
The stars are not visible with the latest code in Chrome or Firefox on my machine, a Macbook with Intel HD 5000 graphics. To reproduce, I just have to go...