Eugene Ghanizadeh

Results 59 issues of Eugene Ghanizadeh

Many operators respond to incoming requests with preset status / messages. These status / messages are not fed to operators in a unified manner, some operators do not accept one...

enhancement

`throttle()` and `throttleTime()` operators work perfectly fine for rate-limiting, except that they ignore throttled requests altogether. this can be fixed with a `timeout()` with a custom return status, however thats...

enhancement

I think the scope of applicability of this tool would greatly (and modularly) expand with support of async expressions: - It removes the need for creating and then handling higher-order...

### Describe the bug [tslint is deprecated](https://github.com/palantir/tslint/issues/4534). #### To Reproduce 1. Clone the repository, 2. Run `yarn install` and you will see the deprecation errors, 3. Run `yarn lint:ts` and...

bug

coding.blog is being repurposed: for now it'll just be a nice, free subdomain for anyone who wants to maintain an open source blog about coding. anyone can simply setup a...

documentation

`exists` does not check existence of directories. this can be confusing, and also is inconsistent with behaviour of `remove`, where if a directory is explicitly specified (without any glob patterns)...

enhancement

`write` and `from file` commands can benefit from being able to specific fields in JSON / YAML files, specifically for recipes that want to alter an existing projects. For example,...

enhancement

While running reusable recipes, it is useful to allow the user choose one of their existing files (in the scope of the recipe). This is not currently possible with `prompt`...

enhancement

A stronger filtering system for commands accepting glob patterns as input (`copy`, `update`, `remove`, `write`) can be particularly useful, specifically combined with `from file`. For example the following would allow...

enhancement