Barrie Treloar

Results 33 comments of Barrie Treloar

Is anyone actively working on this?

I've hacked around it. ``` const plural = word => { const result = pluralize.plural(word); if (word === word.toUpperCase()) { // Pluralize https://github.com/blakeembrey/pluralize/issues/49 doesn't // handle abbreviations or initialisms //...

Has any cause been identified yet?

Thanks for updating the docs with straight! use-package with easy cut-and-paste appreciated.

Part of Improving vCurrent docs #456

@EisenbergEffect I sure can. Can you get me in touch with the tech writer as the first step will be to document how to write documents! For example https://www.gatsbyjs.org/contributing/gatsby-style-guide/, and...

Excellent, I'll just follow with the v2 guidelines and apply what I can with v1. Are v1 and v2 gitbooks? Are there instructions on what how to build and run...

Are there docs on how to use gitbook locally? There are no commands in `package.json/scripts` https://docs.gitbook.com/ only talk about hosted options. There are two npm packages `gitbook` and `gitbook-cli`. I've...

I figured it is the same docs just with some polymorphs. Let's add me as to the community team and I can see what the work flow looks like. I'm...

The discourse topic https://discourse.aurelia.io/t/aurelia-testing-with-jasmine-karma-fails/1629 is probably out of date too but I found it while looking at solutions to the failures.