ryancwalsh

Results 33 issues of ryancwalsh

See https://developers.facebook.com/bugs/565178463606247 for the original report and steps to reproduce. In a separate commit, I also made a small edit to `test/FacebookAdsTest/ApiTest.php`, mocking getRequestParameters as empty array. I am unfamiliar...

CLA Signed

I was excited to find this open-source library of yours. Thanks for making it. I'm trying to replace my own custom name parser with yours because I bet you've put...

Since you said > "If you find anything weird with RangeTouch, please let us know using the GitHub issues tracker and be descriptive on how to reproduce, expected result, the...

This is a cool tool, and what I think would make it even better would be to allow easy starring of fonts (and/or X-ing out ones that I don't want...

I'm looking for a replacement of `JSON.stringify()` that I can call in my NEAR AssemblyScript contract. I found this repo. https://github.com/near/assemblyscript-json/commit/1edab439e33acd787671618d33c1ec4250f523c9 commit message "Made JSON.stringify comptible with javascript JSON" (sic)...

What kind of issue is this? (put 'x' between the square brackets) - [ ] Question. This issue tracker is not the place for questions. If you want to ask...

Thank you so much for your list of helpful questions. Looking at https://github.com/ganqqwerty/123-Essential-JavaScript-Interview-Questions#7-what-would-be-the-output-of-following-code--2, I think the explanation would make more sense like this: ``` (function () { console.clear(); function getName1()...

Hi, The UPS tracking page for [1ZY11A540340532092](https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=1ZY11A540340532092) says (or said): > Scheduled Delivery: Friday, 12/30/2016 (Estimated Delivery Time: 2:15 P.M. - 6:15 P.M.) Converting the latest datetime in that "Estimated...

The good news is that the following code works (or rather, when combined with more code that I haven't shared here). export function getNftContract(account: Account) { const contract = new...

enhancement

This is just a minor naming suggestion (I'm a new hire on NEAR Foundation's Education team). At [https://github.com/near/near-api-js/blob/master/examples/quick-reference.md#near--yoctonear](https://github.com/near/near-api-js/blob/master/examples/quick-reference.md#near--yoctonear) I see: ```js const { utils } = nearAPI; // converts NEAR...