Pedr Browne
Pedr Browne
Ramda already has: - [**toUpper**](http://ramdajs.com/docs/#toUpper) - [**toLower**](http://ramdajs.com/docs/#toLower) - [**trim**](http://ramdajs.com/docs/#trim) - [**split**](http://ramdajs.com/docs/#split) # Under discussion: ## 1. Case - [ ] capitalize ## 2. Formatting - [ ] [**pad()**](https://github.com/char0n/ramda-adjunct/issues/400) Ref: [lodash.pad](https://lodash.com/docs/4.17.5#pad)...
A lib adding functions to Lodash. Worth a look for ideas of functions to add. https://github.com/smartprocure/futil-js/blob/master/README.md
Please update your version of `eslint-plugin-ramda` to the latest release (v2.5.0) as it includes new rules.
I'm struggling to find the correct approach to using yalc with a Lerna monorepo and projects that consume it. Monorepo structure ``` packages - alpha - bravo - charlie ```...
Using this plugin when deploying to Netlify results in the build failing due to the plugin using a huge amount of memory. In Netlify's deploy logs you will see: ```...
## Current Behavior Currently it is only possible to choose a single item from the following list: ``` - 'lower-case', // default - 'upper-case', // UPPERCASE - 'camel-case', // camelCase...
The following two components defined in the same file results in an error: **Components** ```javascript const Layout = styled(HSpreadLayout)` > *:first-child { padding: 1.25rem; } ` const NavList = styled(HList)`...
Firstly, thank you. This library is really wonderful. I have spent most of the day playing with it. When SVG markup contains a polygon, for example: ``` ``` The following...
Currently Public Activity forces a discrete set of views for every Trackable type. In my current project I am using Public Activity to display a simple feed in a CMS....
It would be nice to provide the option to make the footnote number the link instead of using a special character: [1](/example.com). This is the first [2](/example.com). A different one...