George Katsanos

Results 54 issues of George Katsanos

I am using the recommended options (as my SVGs are not 500 tall) ``` normalize: true, // SVGs expected should have height of 500px - this is a workaround suggested...

There's several issues, open PRs, and the action does not run basically

Just had a nasty issue that took .. a few hours of my life .. using .sync without anything passed, didn't realize an empty array was at least expected. ```js...

Warning: Unexpected input(s) 'token', valid inputs are ['base_stats_path', 'head_stats_path'] Run chronotruck/[email protected] /usr/bin/docker exec 6f2d67d7ba14993f1095c0b5e4e729ce52b893a728748685b10b887018de372b sh -c "cat /etc/*release | grep ^ID" even though the diff is posted, I keep getting...

I tried adding ` options: --user 1001` to ensure commit name / information are shown on my cypress cloud runs. But doing so, throws an EACCES permission issue. ```yaml jobs:...

ci

Could you add an example which is testing the return of an Async Action?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` --- name: Main PR Pipeline 'on': pull_request: jobs: validate_repo: runs-on:...

type: bug
status: backlog

```'TypeError: data.toISOString is not a function``` stuck in this for hours.. any help would be appreciated! ```js const date = new Date().toISOString(); const response = await eventsApi.createEvent({ data: { type:...

Hello, the country name for CZ is wrong. https://en.wikipedia.org/wiki/ISO_3166-2:CZ#:~:text=ISO%203166%2D2%3ACZ%20is,coded%20in%20ISO%203166%2D1. It should be Czechia. This is also what is returned by Google Maps: ``` { "predictions": [ { "description": "Prague, Czechia",...