Yonatan Kra

Results 42 issues of Yonatan Kra

Hi, For some reason the action stopped deploying for the production version and only creates preview deployments. What we are doing is triggering the deployment with the following trigger: ```...

Hi, Some jsperf return a server error: https://jsperf.com/bitwise-vs-boolean-data-handling `{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"}`

I've setup the action and made coverage drop by 10%. The CI passed even though the flag to fail the CI is on. How can I make the CI fail...

Hi, I'm running the action like this: ``` with: directory: /home/runner/work/vivid-cli/vivid-cli/coverage/ token: *** fail_ci_if_error: true files: ./clover.xml flags: unittests name: codecov-umbrella ``` I'm getting an error: `There was an error...

**Actual behavior**: - What is the issue? Can't select option with value `0` - What is the expected behavior? I would expect the option to be selected. **CodePen** or Steps...

type: bug
severity: inconvenient
P4: minor

Hi, In the documentation I see that the test runner is supposed to accept rollup plugins: https://modern-web.dev/docs/dev-server/plugins/rollup/ When I try it, it doesn't work. Here's my code: ``` import {...

We've added the repo and in the github actions CI we're using the coveralls action. Looking at the dashboard, we can't see the report: https://coveralls.io/github/Vonage/vivid-3 In addition, in the PRs...

Also added tests and refactored the `run` method NOTE:most of the throwing cases are not covered yet...

### Which platform(s) does your issue occur on? - Android/iOS - All - emulator ### Please, provide the following version numbers that your issue occurs with: - CLI: 8.1.2 ###...

**Is your feature request related to a problem? If yes, please describe the problem.** Currently our playground is without any code sharing capabilities. **Describe the solution you'd like to see.**...

enhancement
good first issue