Erez Rokah

Results 123 issues of Erez Rokah

:robot: I have created a release *beep* *boop* --- ## [2.1.5](https://github.com/erezrokah/aws-testing-library/compare/v2.1.4...v2.1.5) (2022-08-01) ### Bug Fixes * **deps:** update dependency aws-sdk to v2.1162.0 ([#633](https://github.com/erezrokah/aws-testing-library/issues/633)) ([cf63140](https://github.com/erezrokah/aws-testing-library/commit/cf631401d659532ac29ed18ccc4c51489acd12f6)) * **deps:** update dependency aws-sdk to...

autorelease: pending

**Describe the bug** The following rule is not applied for non static servers (when a framework is detected): ``` /* /index.html 200 ``` **To Reproduce** Steps to reproduce the behaviour:...

type: bug
area: frameworks
area: command: dev

We use [static-server](https://github.com/nbluis/static-server/blob/84999917193f664c205efd587934bc6ea361fa78/README.md) to simulate a static server a part of the `ntl dev` command. About 2 months ago it was deprecated and repo archived, see https://github.com/nbluis/static-server/blob/84999917193f664c205efd587934bc6ea361fa78/README.md. ~~We should replace...

good first issue
dependencies
type: security
area: command: dev

**Is your feature request related to a problem? Please describe.** Before the switch from `oclif` to `commander` we could configure `exclusive` options, see https://github.com/netlify/cli/blob/f3dc4ed1eb5d5e9abcc5dea8c85b7c8acd67555e/src/commands/deploy.js#L622 That is, we could configure to...

good first issue
type: feature

### Which problem is this feature request solving? Follow up to https://github.com/netlify/cli/issues/4411 After cloning the repo, we should auto-link it to the created site. ### Describe the solution you'd like...

good first issue
type: feature

We would like to upgrade `inquirer` to the latest version. However doing so will increase our package size significantly since `tabtab` still references an old `inquirer` version, so by upgrading...

good first issue
dependencies
type: chore

**Is your feature request related to a problem? Please describe.** https://github.com/netlify/cli/pull/924 Attempted to align our `.env` support with `create-react-app`. After doing some thinking on how the CLI is built, we...

type: feature
area: command: dev
status: discussion

Follow up to https://github.com/netlify/cli/pull/4164. In https://github.com/netlify/cli/pull/4164 we split our tests across multiple machines using an `ava` feature that allows it. The feature works by sorting specs by file names, dividing...

In the CLI tests we spawn multiple HTTP servers (directly and indirectly via CLI commands). Since `ava` run specs in different processes we randomize port acquisition based on process id:...

good first issue

To catch https://github.com/cloudquery/cloudquery/pull/1099 The information is embedded in https://github.com/cloudquery/cloudquery/blob/79efa0210f7440b40c1ed925dd7201fa80b11cea/.goreleaser.yaml#L14, but that command doesn't fail if the information wasn't embedded correctly (e.g. files were moved, variables renamed)