Jesse Luoto
Jesse Luoto
Implement page speed timings: https://developers.google.com/analytics/devguides/collection/analyticsjs/user-timings
It seems that Coinbase has removed `base_min_size` from their product api, which causes `get_product` to crash to an error: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:...
npm scripts should do just fune nowadays
From using: ``` VerEx().startOfLine().then("aaa").or("bbb").endOfLine() ``` I'd expect it to compile to something like: ``` /^(aaa|bbb)$/ ``` ...but since `endOfLine` [discards existing suffixes](https://github.com/VerbalExpressions/JSVerbalExpressions/blob/38de0d635db47f5beaf7054b859587bb0a0f5efd/VerbalExpressions.js#L101) (where there is a capture group close parenthesis...
I've been thinking about re-writing JSVerbalExpressions to use function composition rather than the builder-like pattern it has now. So now the README.md describes a simple example for using VerbalExpressions as...
Good expressions to use to catch URLs, emails and XML. Or even other most-commonly-used regular expressions
It can be important for the reader to know about the motivations of a project (why this project has come into existence)
Billie Thompson has a good readme template here: https://gist.github.com/PurpleBooth/109311bb0361f32d87a2 Check it for any additional sections. Also this repository's own README could have a reference to that readme template (among others),...
For visibility, should be added to: https://github.com/matiassingers/awesome-readme/blob/master/readme.md