Brian Beck
Brian Beck
There is now a `.prettierrc.js`, so editor integrations should be able to find the project's config more easily.
Released in [v6.1.0](https://github.com/exogen/graphql-markdown/releases/tag/v6.1.0). Thanks!
Update on how this is going for me so far... Here's a diagram particular to Next.js with how this roughly needs to work:  It's mostly working fine. The main...
My immediate problem could be solved by making this line: https://github.com/Microsoft/redux-dynamic-modules/blob/405a8f64c182e15873f37131db5a757090c77455/packages/redux-dynamic-modules/src/ModuleStore.ts#L177 something like: ```js store.initialModules = store.addModules(initialModules); ``` So that one could then do: ```js store.initialModules.remove(); ``` But I won't...
@navneet-g I don't believe that works in the grand scheme, but I'm still experimenting and figuring out a workable solution. It might solve the initial hydration (haven't checked yet) although...
It looks like MusicBrainz-only queries work fine (most of them from the README of this project are returning normally), but it's having trouble with MediaWiki specifically? Is that what you're...
Sorry about that, I think this happened when Heroku updated their pricing and policies recently. GraphBrainz is deployed at https://graphbrainz.fly.dev for the time being, but I'm not sure where its...
All the links in the README should now be updated.
Re: Bower stats, wow I'm wondering if their "Top packages over past 7 days" is correct, because it looks bleak. Number of `jquery` installs in the past week: apparently `147`...
Let's say we wanted complete first-class support for Bower: I'm still unclear how moving those dependencies is related. Looking at [Radium's `bower.json`](https://github.com/FormidableLabs/radium/blob/master/bower.json), it points to `dist`, ignores both `lib` and...