yoga2 icon indicating copy to clipboard operation
yoga2 copied to clipboard

A lightweight 'Ruby on Rails'-like framework for GraphQL

Results 54 yoga2 issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/tar](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | patch | [`4.0.0` -> `4.0.3`](https://renovatebot.com/diffs/npm/@types%2ftar/4.0.0/4.0.3) | --- ### Renovate...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/callsite](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | pin | [`^1.0.30` -> `1.0.30`](https://renovatebot.com/diffs/npm/@types%2fcallsite//) | :pushpin: **Important**: Renovate...

**Is your feature request related to a problem? Please describe.** Yes. Recently while scaffolding a new project, I tried deploying a yoga2 server, but ran into several error messages of...

**Describe the bug** When checking out a new branch or pulling changes in Git, Yoga2's develop server tries to reload on itself too quickly, attempting to start a new dev...

For testing purpose for example is need to run server from another script. Weakky helped me with this script: ``` import yoga from './server.ts' const serverInstance = await yoga.server() await...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pluralize](https://togithub.com/blakeembrey/pluralize) | dependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/pluralize/7.0.0/8.0.0) | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-node](https://togithub.com/TypeStrong/ts-node) | devDependencies | minor | [`8.1.0` -> `8.3.0`](https://renovatebot.com/diffs/npm/ts-node/8.1.0/8.3.0) | --- ### Release...

I installed clear yoga2 with `npm init` and after `npm run dev`: ``` Error: Cannot find module 'express' ``` So I had to install it manualy via `npm instal express`...

Is there a release plan for subscription in yoga2? Or is it blocked by #12? `Error : Subscription are not supported yet` This would be a key feature to us....

**Describe the bug** When trying to start yoga dev server I get the following error ``` yarn dev yarn run v1.15.2 $ yoga dev INFO Starting development server... ERROR Could...