Ray Shan

Results 16 issues of Ray Shan

Hi! Thanks for your hard work! Love that you included lessons for numbers and some symbols. This came out a while back: https://news.ycombinator.com/item?id=9577799 One of the most frequently requested features...

Just started reading, great book. I got to here: https://github.com/getify/You-Dont-Know-JS/blob/master/this%20&%20object%20prototypes/ch2.md#implicitly-lost This snippet: ``` js function foo() { console.log( this.a ); } var obj = { a: 2, foo: foo };...

for second edition

Hello, thanks for your work on Marta. So far so good. A lot of users coming from the Windows world are used to the pattern of copy / cut files,...

feature

Hello, would you please consider adding such an operation?

enhancement

Hi, thanks for your work on this library. Given the name of this library, any interest to align the API with the [official Fetch spec](https://fetch.spec.whatwg.org/)?

Hi! Would be nice to have for comparison purposes.

Hello, would you please consider making a formula for homebrew? More info: http://brew.sh/. Thanks!

API Explorer is showing this URI: https://api.omniture.com/admin/1.3/rest/?method=Report.GetReport Looks like the actual definition in js is correct. Thanks again for putting this together btw.

**Is your feature request related to a problem? Please describe.** I'd like to build a GPT-3 Slack bot that answers poeple's questions in Slack. **Describe the solution you'd like** Trigger...

enhancement

Hello, since `js-yaml` supports serializing JSON into YAML, can this plugin support it as well?