farrow icon indicating copy to clipboard operation
farrow copied to clipboard

A Type-Friendly Web Framework for Node.js

Results 26 farrow issues
Sort by recently updated
recently updated
newest added

As the title, could we set the /playground route for the farrow-api-server? Like the graphql. The [playground for farrow](https://github.com/farrow-js/playground) has been done as a minimalist version.

```bash npm create farrow-app # select farrow-only cd farrow-project yarn yarn dev ``` When I send the data with missing part I will get the incomprehensible message. ```console undefined is...

``` git clone https://github.com/farrow-js/farrow.git pnpm install cd PATH_TO/farrow-next-react pnpm run dev ``` throw error ```console TypeError: Cannot destructure property 'inAmpMode' of '(0 , _react).useContext(...)' as it is null. ``` https://github.com/vercel/next.js/discussions/30602...

I need full size logo of farrow in development of playground. Where can I get them?

In actual business development, there is a high demand for automatically generating documents

![image](https://user-images.githubusercontent.com/22792671/118652046-c217d600-b818-11eb-8d79-b1e51f219e44.png) https://codesandbox.io/s/jovial-cannon-0zffb?file=/src/index.ts https://www.typescriptlang.org/play?#code/C4TwDgpgBAUgzgewHYBVzQLwCgpQD5RICuAtgEYQBOO+UcwlAlkgOY0FkIIA2EAhknaEi3bkKJIAJhABmzCJKHxkaSAG0AukIDeNXLmAIYAZQDyAOQAUASgBcdBszb6oAXyEAlCAGMElSQA89EysADSwiKjoAHxYWKCQESroAIJQGFBCxORUQsFOQpw8-IK4BMSi4lKy8oplSVGQKZo6evqGJhY29vmsbe71ui5qANYQID2OrBr2yo0QKTTuWN7cfHBwUABiXFDay7zAUDK7GftQ69tccTIS3sCMyFBkfJSWzGBEwLORqgvWe2WLzeJwQ1iAA https://www.typescriptlang.org/play?#code/C4TwDgpgBAYg9nKBeKBvAvgKAJYDtgQBOAZgIYDG0AQqYWlpqJFAILKwJQQAeBuAJgGcoNOgH4owQgFdoALihkANoOgB6NZJkRG4au1FdeEAcPiIJU2VAXLVUDVtmZdzAMLtzRvkKgAlCHI4Qn4AHkEpPABzABooaVwAa1w4AHdcAD4oS20bRVIVdU0rHSZoABEDWm8TXwCgkPDI3Fj4pJT0rJzrWwL7RzsdV2gAUXZ64LCIwmi4hOS0zJrTDgsneXzCh2LtYdhxwMmmmZa59sWsnh9hQ26Nwe31l0dUgAsQEWqr2uEJxunZm0Fp0oNhhIMxEA can't create perfect circular object type https://github.com/microsoft/TypeScript/issues/14174

Like Subscription of GraphQL, maybe by WebSocket?

enhancement

As the title, in express it is supported by option of `express.static` like ```js const express = require('express'); const server = express(); const oneHour = 3600000; // 3600000msec == 1hour...

enhancement