Moshe Simantov

Results 21 issues of Moshe Simantov

Set status to 400 and forward an error to the next error handler.

I'm trying to broadcast via **ffmpeg** an 1080p video ([big buck bunny](http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov)) but the streaming get suck sometimes and I got high CPU on the node server (up to 100%)....

### What rule do you want to change? max-lines-per-function ### What change to do you want to make? Generate fewer warnings ### How do you think the change should be...

enhancement
rule

For example, let's check the [Babel repository](https://github.com/babel/babel). This repository have multiple packages on the same repository so generating single docs for this library will generate many invalid import paths. In...

In cases we already have the schema types defined, it would be a nice to have the `Schema` receive the output type and optionally the input type explicitly. **Motivation:** Validate...

enhancement
help wanted

I'm a software engineer for almost 20 years and I recently started using GraphQL extensively. While I understand the original thoughts of making GraphQL as simple as possible, we end...

Consider the following config: ```json { "source": "./", "destination": "./docs", "plugins": [{ "name": "esdoc-standard-plugin", "option": { "manual": { "index": "./API.md", "files": [ "./foo/README.md", "./bar/README.md" ] } } }] } ```...

TypeScript validation is failing when trying to sent an optional child field value. For example: ```ts interface MyDoc { id: string; foo?: { bar: string; } } const table =...

Warp data with circular structure return an error which is OK: `"TypeError: Converting circular structure to JSON"` But afterwards any request to the cache will no response anything and got...

bug