Mike Frysinger

Results 280 comments of Mike Frysinger

i think Greg fixed this now with recent commits

the lack of standardization in automatic anchor link generation is a great point as a generalized tool. maybe for people who only ever target one renderer could have an option...

sorry, missed your earlier PR. this has been fixed in commit 7b9a1c1330973e14f9486af1d2760f798eff1ce9 now.

seems to be a dupe of #760, so closing out

yes, it's a reference to tea https://en.wikipedia.org/wiki/Chai much like Mocha.js is a reference to mocha drink

the example is using `!=`, not `!==`, so there is coercion involved, so I think this is written correctly following the guidance: https://google.github.io/styleguide/jsguide.html#features-equality-checks-exceptions

seems like the enhancement here is adding a lot of emojis ? some of the language ones seem obvious (e.g. Python), but others not so much (e.g. lisp & C#)....

tbh, I don't see this happening. (American) English is required inside of Google for all technical work, and we don't translate any of it internally. writing documentation for the purpose...

rather than change the default stat function, can we at least fix `File::stat` ? that returns a structure with named fields, so adding e.g. mtime_ns should be trivial & backwards...

this is just bad UX. interacting with UI that cannot be undone, and practically speaking, is not recoverable for users, is bad design. a pretty fundamental key UI principle is...