Brendan Mulholland
Brendan Mulholland
[nvim-mapper](https://github.com/lazytanuki/nvim-mapper) provides a way to find and remember key mappings, but it requires re-writing your mappings in its special format. The special format provides no benefits except for informing the...
This could be used e.g. to only assign a specific reviewer when a new get/head line is added to routes (while ignoring tests that do a `get :action`)
Make a new project with nuxt bridge and set up nuxt auth. https://v3.nuxtjs.org/getting-started/bridge/ Ensure it's working and report back
make a new project with nuxt 3 and set up nuxt auth. https://v3.nuxtjs.org/ Then report back on if it works
This is a collection of SSR debugging steps that I will passively collect - note that few of these are under the control of the auth module. 1. [Make sure...
We rely on scope_items for access control, but it seems to me that the dataloader would bypass this. There's nothing in the documentation about it, which would lead me to...
> As of Apollo Client 3.0, the `InMemoryCache` class is provided by the `@apollo/client` package. No additional libraries are required. https://www.apollographql.com/docs/react/caching/cache-configuration/ This allows us to drop the dependency on `apollo-cache-inmemory`....
When an invalid file is passed in and the Zip library throws an error, @zip is not set. Then the ensure runs and tries to close the zip var, which...
v3 has "support for nuxt 3" listed as a "breaking change," but there's no indication of what breaks or how to fix it. Is it actually a breaking change? For...
nuxt 2.15 I upgraded to v3.0.0-0 and ran `yarn dev`. This immediately errors out: ERROR 400 Bad Request (https://fonts.googleapis.com/css2?family=DM%2BSans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM%2BSerif%2BText:ital,wght@0,400;1,400&display=swap) Here's my config from nuxt.config.js: ``` googleFonts: { // Download so...