Results 131 issues of Manuel

``` TypeError: "operation.request is undefined" retain RelayModernStore.js:144 retain RelayModernEnvironment.js:237 execute vue-relay.esm.js:152 fetch vue-relay.esm.js:256 fetchQueryAndComputeStateFromProps vue-relay.esm.js:830 data vue-relay.esm.js:582 ``` Related to [this issue](https://github.com/facebook/relay/issues/2971) Related to [this refactor](https://github.com/facebook/relay/commit/39363fedcfe408be8d3750393227126d099a9b5c) And also related to...

I copied from the [documentation](https://sail.dev/docs/concepts/projects/#configuration): ```dockerfile FROM codercom/ubuntu-dev-node12:latest RUN apt-get update && apt-get install -y \ bsdtar \ && rm -rf /var/lib/apt/lists/* ``` But the command fails: > E: Could...

When I use ```dockerfile FROM codercom/ubuntu-dev-node12:latest RUN installext \ dbaeumer.vscode-eslint \ burkeholland.simple-react-snippets ``` I get the error: > /bin/sh: 1: installext: not found Basing it on **`codercom/ubuntu-dev:latest`** works fine. Would...

After encountering #253, I realized that the installext command doesn't seem to work at all. ```dockerfile FROM codercom/ubuntu-dev:latest RUN installext \ msjsdiag.debugger-for-chrome \ dbaeumer.vscode-eslint \ burkeholland.simple-react-snippets ``` > **Step 2/3...

I get this error in the console on startup: > sail.js:73 Uncaught TypeError: Cannot read property 'action' of undefined > at sail.js:73 > at Object.t.initialize (client.ts:87) > at j.open (web.main.ts:88)...

**Describe the bug** When creating an interface with a paginated field, the resulting schema definition is not transformed to an `XPaginator`. **Expected behavior/Solution** The interface field should be transformed as...

discussion

I myself was confused by trying to `yarn global add meteor-client` or `yarn global add meteor-client-bundler` ... It's good to have it in the Readme for easy access ;)

Without a license it might not be viable to use for some

Allows to be used as init template: `nix flake new -t github:srid/rust-nix-template new-project`

# Summary ## Problem 1. `fission setup` 2. enter invalid username: `asbd.23` 3. cli just exits. ## Solution verbose mode ``` $ fission setup -v 📛 Please enter your username:...

🐛 bug