alamothe

Results 54 comments of alamothe

For the record, `buster` image does contain `sleep` and I ended up using `sleep 5`. All other options seem overly complex.

Currently, the broker can either work with native clients, or websocket clients, but not both. Can you please confirm? In that case, I think it makes more sense to have...

What does it take to fix this issue? I found that simply commenting out the check, everything just works. (I'm using Apollo on the client and `graphql-java` on the server)

The funniest thing is that some GraphQL implementations have this "check" in place, and some don't (since this is not technical limitation, but rather an arbitrary validity rule).

@tj-mc I disagree brother. The `node-modules` is completely broken, especially if you work with TypeScript. We have dozens of shared workspaces in our monorepo and there is no way we...

``` ERROR in ./node_modules/react-data-grid/lib/bundle.js 3:0-56 Module not found: Error: Can't resolve 'react/jsx-runtime' in '/Users/alamothe/Projects/car-manager/fleet-client/node_modules/react-data-grid/lib' Did you mean 'jsx-runtime.js'? BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was...

It's weird to have navigable header. E.g. Google Sheet or Microsoft Excel don't have it.

@minherz Thank you for your reply! It exists in the build artifact under `build/protos/protos.d.ts`: ```tsx import * as Long from "long"; import {protobuf as $protobuf} from "google-gax"; /** Namespace google....

Not unless they're specified by name in the root package.json `workspaces` field. Perhaps just check and clean up this field? Another option is to clean up these unrelated package.json files,...

Let's say in the Star Wars example, `friends` association needs pagination. Or, we want to return `friends` only if the query asked for it (to avoid overfetching) Is this doable...