Laust Deleuran

Results 19 comments of Laust Deleuran

It should probably read ``` var gutter = opts.gutter === undefined ? 10 : opts.gutter; ``` As the above would return `true` if `opts.gutter` is `undefined`...

This probably fixes issue https://github.com/josephschmitt/Clamp.js/issues/33

@timrnz Thanks! I actually ended op [writing my own version](https://github.com/laustdeleuran/clamp).

@timrnz awesome - keep me posted on that. Still need to get into the ES6 game myself.

+1, but seeing it in Chrome as well, when native solution is turned off. So it's the script, somewhere.

This PR might solve it: https://github.com/josephschmitt/Clamp.js/pull/32

+1 ## `SyntaxError: Cannot use import statement outside a module` ### Steps to reproduce 1. Clone this repo. 2. Add dependencies: `yarn add rehype-stringify remark-gfm remark-parse remark-rehype unified` 3. Add...

+1, can confirm, I'm also experiencing this in a semi-large project with a mixed JS(X)/TS(X) codebase.

This might be a duplicate of https://github.com/M-Izadmehr/deadfile/issues/4