Andres Alvarez

Results 21 comments of Andres Alvarez

The workaround doesn't work for me 😢 any suggestion ? willing to help

``` javascript Object.defineProperty(EZ3.Body.prototype, 'density', { get: function() { return this._body.shapes.density; }, set: function(density) { this._body.shapes.density = density; this._body.setupMass(0x1, this.move); } }); ``` Fixed, if I change the density, I should...

@xprogram Oh ok, thank you very much!

Nice PR 👏🏻👏🏻👏🏻 Should we also add [aria-orientation](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-orientation) when the `type` is set to `vertical` ? https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tablist_role

@maticzav when you have time can you check it please 🙏🏻

Hi @Klemensas, you are right, cool idea! Thank you so much for opening this issue. I'll label this as `good first issue` in case someone wants to contribute if not...

Yes! you are right! I'll try to open a PR to fix this issue

Hi @Komalov, thank you for opening an issue and trying out the action. The `skip_step` option was meant to speed up the process when you already installed dependencies and created...

Hi @KELiON, thank you so much for detailed explanation. What if you set `NODE_ENV=development` and then for the build step you define `build_script` input ```yaml with: github_token: ${{ secrets.GITHUB_TOKEN }}...