Yuval Naveh

Results 8 issues of Yuval Naveh

Much to my surprise restarting the back end server caused the front end to stop working. After some digging I found the problem - it seems that the bin/www in...

**Describe the bug** When executing a query without an alias, to a given web api, there is a valid result. However, once the query is aliased then the result shows...

Could you deploy the latest code so that all /v1 and /v2 routes are available? For example, suggestions or riddles https://github.com/drewthoennes/Bored-API/blob/master/src/backend/routes/v2/riddles.js Thanks

GraphQL operations that fail still return a 200 HTTP status code even if the inner resolvers fail How can ddosify be used with GraphQL operations? I'd like to see ddosify...

enhancement

I'm building a Typescript (4.9.4) package with ESM (type: module), ES2022, and pnpm. I managed to run jest from CLI by adding the NODE_OPTIONS: ``` "test": "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest"...

For 5 years there were no updates I'd like to contribute an improved code base. If not will create another repo, but I prefer not to do so.

Forgetting to put an await before calling an async function can have very bad outcomes and is quite hard to notice TSLint has a rule named no-floating-promises -https://palantir.github.io/tslint/rules/no-floating-promises/ Can you...

enhancement
help wanted