olsonpm
olsonpm
Also making sure to note the difference between bash's cp -R and this module (bash isn't the only one with that behavior, csh and I'm sure most other implementations of...
I made sure to put your authorship at the top of the readme - I just wanted this to be easily installed via npm. I also updated the code a...
I was wondering why you opted to use the regex to count spaces? It's restricting in the sense that it neither accounts for double spaces after a period (habit of...
Should be well commented/documented. I hadn't realized `_.words` filters out non alphanumeric characters by default, so the definition of 'word' is simplified to be `/\s+/` delimited. I also tried to...
I didn't try prettier versions other than **1.13.0** [Here is a codepen](https://codepen.io/anon/pen/rKBQMe?editors=0012) with the minimal reproduction Here's a snapshot ```js const source = '//\nlet a = 0' const result =...
**IMPORTANT** Please read [README](https://github.com/yuk7/ArchWSL/blob/master/README.md) and [Docs](https://git.io/arch-doc) before creating the issue. **Please fill out the below information:** **Describe the issue** A clear and concise description of what the bug is. when...
> Provide a brief summary of the request in the title field above. show source of LocalStrategy from module > Provide a detailed description of your use case, including as...
**Description** I'm expecting a solid outline when drawing a circle but it's dashed when increasing the brush width **To Reproduce** 1. create new image, 100x100 works 2. draw a circle,...
There's concat, rest, pop, shift, and slice - but I'm not seeing a way to move the first element to the end of the list inline. ``` var seq =...
I had to look at the code for koa-send to find whether extensions required the period before. So I added an example in the readme here to clarify ## Checklist...