Robbie Cook

Results 10 comments of Robbie Cook

I am also having this error on Mojave. I have Python 2.7 and this error persists.

Hey @krionical , I would say so! How old are talking? When did you clone this?

Thanks @deeborges @jantimon , this fixed it. Was because of webpack@5 usage, as far as I can tell. Would be great to get in `@latest` if possible :)

I tell you h'wat - you can: https://github.com/microsoft/TypeScript/pull/40336

Right, thank you for your comment @martincizek . I understand you can't change the default -- makes sense. I disagree with > The issue is that the demo reflects Turndown's...

@liorgreenb Thanks! This could feed into a broader issue of configuration option documentation, perhaps in the context of https://webpack.js.org/configuration/. Does anyone see a configuration page for `lerna.json` as important?

Feature request: config page with full options for `lerna.json`

Just to give an example of calling hygen with `HYGEN_TMPLS` set to one level above: ``` HYGEN_TMPLS=../_templates hygen self --help ``` works great for my use case of a template...

Ghad damn it. I got this error too with ```js element?.animate( [ { transform: `translate(0%, 20px)`, }, { transform: 'translate(0, 0)', }, ], { duration: secondsTotalDuration * 1000, iterations: Infinity...