Brian Beck
Brian Beck
Use the `wikipedia` URL relationship to query Wikipedia for more information, using the MediaWiki API.
Use the `wikidata` URL relationship to query WikiData for more information.
Instead of making people access information through the somewhat cumbersome relationship API, it would be nice if an extension parsed out common relationships into something more useful. For example, artists...
I don't see any reason why `limit` & `offset` args couldn't be supported alongside `first` & `after`, to provide a more friendly schema for users who aren't using Relay. It...
Hi there, I'm experimenting with this package and have been pleasantly surprised so far. Good job! I wonder if it would be worthwhile to add some documentation about possible solutions...
I'm having a hard time figuring out if `record` mode works like Sepia's `cache` mode or not (reuse existing playbacks, but record any new requests). If I disable my network...
Hello! There's a very sneaky bug I've caught in our codebase a few times that I'm hoping an existing or new rule in `eslint-plugin-node` could detect. Let's say your package...
Unfortunately for `TightenText`, Safari rounds font sizes to whole pixels as soon as it crosses the half-pixel boundary. This leads to a significant jump in how wide the text is,...
OK _this_ one is intentional. :) First off I know the point of this snippet is that it's tiny and simple. It's super handy and easy to modify. So you...