Pedr Browne
Pedr Browne
The docs for [transduce]() say: > A transformer is an an object that provides a 2-arity reducing iterator function, step, 0-arity initial value function, init, and 1-arity result extraction function,...
Would be great to be able to control the ratio with a CV. I've played around modulating the the v/Oct by multiplying by different values, but the result doesn't seem...
I'm trying to work through an issue where Paperclip Meta is storing the styles with strings rather than symbols for keys. Although I can't work out why this is happening,...
Hardcoding logging to only work for production is very inflexible. Please allow logging to be switched on / off for arbitrary envs (eg. Keep logging in staging).
It would be great to be able to include both the Sass and compiles CSS in an example: ``` /// @example Example /// [Sass] /// .Example { /// @include size(20px);...
The following annotation is incorrectly parsed into one list item nested inside another in 2.1.15: ``` /// @output /// - border-bottom-left-radius /// - border-top-left-radius ``` 
Echo Gatsby's file-size limit for inlining image files which is set to 10000 bytes / 10kb. Without this addition, any svgs that are imported via URLs as opposed to SVGR...
In this plugin's `gatsby-node.js`, in the `onCreateWebpackConfig` hook the following rule is added: ``` const urlLoader = loaders.url({ name: "static/[name].[hash:8].[ext]" }) ``` [The default behaviour of URLLoader](https://v4.webpack.js.org/loaders/url-loader/#limit) is that no...
It would be great to be able to specify an offset for specific links to override the global offset. This could be provided in the form of a query string...
Currently if a nested field contains an invalid value when an entry is published, and its parent (or parents) are toggled closed, there is nothing to indicate where the invalid...