Pedr Browne
Pedr Browne
Here is a link that `broken-link-checker` repeatedly flags as broken, but exists. - http://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366(17)30328-0/fulltext ``` Freeman, Sheaves, Goodwin et al 2017 ```
It seems that view helpers are not directly available in `.hbs.erb` templates? Or am I missing something? I have managed to access them using: ``` ``` But it would be...
I have a flexbox based layout that involves a centered container comprising of a header and body.The container has a minimum height to prevent it collapsing too much if there...
## Is this a bug report or a feature request? I guess it's a bug if it is supposed to work and a feature request if it isn't. - version...
**Is your feature request related to a problem? Please describe.** React 18 was released in March, but this project has its dependencies pinned to React 17. **Describe the solution you'd...
Yarn gives the following peer-dependency warning when using Redux 4+: > warning "netlify-cms-app > netlify-cms-core > redux-notifications > [email protected]" has incorrect peer dependency "redux@^2.0.0 || ^3.0.0". Looks like `redux-notifications` has...
JSS-in-CSS libraries are becoming more and more popular (e.g. [styled-components](https://github.com/styled-components/styled-components) with 18,000 stars at the moment). These libraries work by dynamically generating styles from within components and attaching these styles...
#### Issue description Where bundles are output to more than one directory, bundle paths are incorrect. I'm using `webpack-bundle-analyser` with Gatsby via [gatsby-plugin-webpack-bundle-analyser-v2](https://github.com/JimmyBeldone/gatsby-plugin-webpack-bundle-analyser-v2) which is a very thin plugin. Gatsby...
xnor
**Is your feature request related to a problem? Please describe.** Complement of [nor](https://char0n.github.io/ramda-adjunct/2.23.0/RA.html#.nor) **Describe the solution you'd like** ```js xnor(true, true); //=> true xnor(true, false); //=> false xnor(false, true); //=>...
**Is your feature request related to a problem? Please describe.** An Object-specific version of map. The `reducer` function is applied to four arguments: (acc, value, key, obj) **Describe the solution...