Loren ☺️

Results 258 issues of Loren ☺️

After leaving a couple Studio tabs open for a while, they had a large memory footprint:

See https://github.com/meteor/guide/pull/949#issuecomment-470753522

enhancement
help wanted
bug

Hi raix, I'm looking at your current `grounddb-caching-2016` branch and hoping to come up with a recommendation for [the Guide](https://github.com/meteor/guide/issues/233) for offline data with Meteor 1.3. ### Common use cases...

Currently this depends on dashmap `^4.0.1`, which has this security advisory: https://rustsec.org/advisories/RUSTSEC-2022-0002.html It's fixed in `>=5.1.0`

area:trace

Might be helpful to have an example GraphQL Playground linked from the Prisma homepage, to show what a generated Prisma endpoint looks like, with filtering, sorting, pagination. More hands on...

`npm run build` since `babel-node` isn't meant for production use. My attempt is failing: ``` $ GLOBIGNORE="node_modules/*"; babel **/*.js -o build.js ReferenceError: [BABEL] data/chapters.js: Unknown option: /Users/me/gh/api-model/node_modules/babel-preset-env/lib/index.js.__esModule. Check out http://babeljs.io/docs/usage/options/...

Sorry for the lack of PR—working in a generated server with lots of other changes! Latest version of `apollo-link-ws` uses `graphql-ws` as the protocol, which isn't supported by `"subscriptions-transport-ws": "0.2.6"`...

From `"graphql-server-express": "^0.4.3"` to `apollo-server-express`, currently [at `1.2.0`](https://www.npmjs.com/package/apollo-server-express)